C# Class SkillRighteousFire, DemonHeart

Inheritance: Skill
Mostrar archivo Open project: rwbysafire/DemonHeart

Public Methods

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

Method Details

SkillRighteousFire() public method

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

getImage() public method

public getImage ( ) : Sprite
return Sprite

getManaCost() public method

public getManaCost ( ) : float
return float

getMaxCooldown() public method

public getMaxCooldown ( ) : 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