C# 클래스 BossRecklessShot, DemonHeart

상속: Skill
파일 보기 프로젝트 열기: rwbysafire/DemonHeart

공개 프로퍼티들

프로퍼티 타입 설명
projectile Projectile,

공개 메소드들

메소드 설명
BossRecklessShot ( ) : System.Collections
getImage ( ) : Sprite
getManaCost ( ) : float
getMaxCooldown ( ) : float
getName ( ) : string
skillLogic ( Entity, mob, Stats, stats ) : void

메소드 상세

BossRecklessShot() 공개 메소드

public BossRecklessShot ( ) : System.Collections
리턴 System.Collections

getImage() 공개 메소드

public getImage ( ) : Sprite
리턴 Sprite

getManaCost() 공개 메소드

public getManaCost ( ) : float
리턴 float

getMaxCooldown() 공개 메소드

public getMaxCooldown ( ) : float
리턴 float

getName() 공개 메소드

public getName ( ) : string
리턴 string

skillLogic() 공개 메소드

public skillLogic ( Entity, mob, Stats, stats ) : void
mob Entity,
stats Stats,
리턴 void

프로퍼티 상세

projectile 공개적으로 프로퍼티

public Projectile, projectile
리턴 Projectile,