C# 클래스 SkillSlash, DemonHeart

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

공개 메소드들

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

메소드 상세

SkillSlash() 공개 메소드

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

getAttackSpeed() 공개 메소드

public getAttackSpeed ( ) : float
리턴 float

getImage() 공개 메소드

public getImage ( ) : Sprite
리턴 Sprite

getManaCost() 공개 메소드

public getManaCost ( ) : float
리턴 float

getName() 공개 메소드

public getName ( ) : string
리턴 string

skillLogic() 공개 메소드

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