C# Class SkillSlash, DemonHeart

Inheritance: Skill
Mostra file Open project: rwbysafire/DemonHeart

Public Methods

Method Description
SkillSlash ( ) : System.Collections
getAttackSpeed ( ) : float
getImage ( ) : Sprite
getManaCost ( ) : float
getName ( ) : string
skillLogic ( Entity, mob, Stats, stats ) : void

Method Details

SkillSlash() public method

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

getAttackSpeed() public method

public getAttackSpeed ( ) : float
return float

getImage() public method

public getImage ( ) : Sprite
return Sprite

getManaCost() public method

public getManaCost ( ) : float
return float

getName() public method

public getName ( ) : string
return string

skillLogic() public method

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