C# Class SkillCombatRoll, DemonHeart

Inheritance: Skill
Afficher le fichier Open project: rwbysafire/DemonHeart

Méthodes publiques

Méthode Description
SkillCombatRoll ( ) : System.Collections
getImage ( ) : Sprite
getManaCost ( ) : float
getMaxCooldown ( ) : float
getName ( ) : string
skillFixedUpdate ( Mob, mob ) : void
skillLogic ( Entity, mob, Stats, stats ) : void

Method Details

SkillCombatRoll() public méthode

public SkillCombatRoll ( ) : System.Collections
Résultat System.Collections

getImage() public méthode

public getImage ( ) : Sprite
Résultat Sprite

getManaCost() public méthode

public getManaCost ( ) : float
Résultat float

getMaxCooldown() public méthode

public getMaxCooldown ( ) : float
Résultat float

getName() public méthode

public getName ( ) : string
Résultat string

skillFixedUpdate() public méthode

public skillFixedUpdate ( Mob, mob ) : void
mob Mob,
Résultat void

skillLogic() public méthode

public skillLogic ( Entity, mob, Stats, stats ) : void
mob Entity,
stats Stats,
Résultat void