C# Class SkillSlam, DemonHeart

Inheritance: Skill
显示文件 Open project: rwbysafire/DemonHeart

Public Methods

Method Description
SkillSlam ( ) : System.Collections
getAttackSpeed ( ) : float
getImage ( ) : Sprite
getMaxCooldown ( ) : float
getName ( ) : string
skillLogic ( Entity, entity, Stats, stats ) : void

Method Details

SkillSlam() public method

public SkillSlam ( ) : System.Collections
return System.Collections

getAttackSpeed() public method

public getAttackSpeed ( ) : float
return float

getImage() public method

public getImage ( ) : Sprite
return Sprite

getMaxCooldown() public method

public getMaxCooldown ( ) : float
return float

getName() public method

public getName ( ) : string
return string

skillLogic() public method

public skillLogic ( Entity, entity, Stats, stats ) : void
entity Entity,
stats Stats,
return void