C# 클래스 SkillSlam, DemonHeart

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

공개 메소드들

메소드 설명
SkillSlam ( ) : System.Collections
getAttackSpeed ( ) : float
getImage ( ) : Sprite
getMaxCooldown ( ) : float
getName ( ) : string
skillLogic ( Entity, entity, Stats, stats ) : void

메소드 상세

SkillSlam() 공개 메소드

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

getAttackSpeed() 공개 메소드

public getAttackSpeed ( ) : float
리턴 float

getImage() 공개 메소드

public getImage ( ) : Sprite
리턴 Sprite

getMaxCooldown() 공개 메소드

public getMaxCooldown ( ) : float
리턴 float

getName() 공개 메소드

public getName ( ) : string
리턴 string

skillLogic() 공개 메소드

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