C# Class SkillSlash, DemonHeart

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

Méthodes publiques

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

Method Details

SkillSlash() public méthode

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

getAttackSpeed() public méthode

public getAttackSpeed ( ) : float
Résultat float

getImage() public méthode

public getImage ( ) : Sprite
Résultat Sprite

getManaCost() public méthode

public getManaCost ( ) : float
Résultat float

getName() public méthode

public getName ( ) : string
Résultat string

skillLogic() public méthode

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