C# Class SkillMortar, DemonHeart

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

Méthodes publiques

Méthode Description
SkillMortar ( ) : System.Collections
getAttackSpeed ( ) : float
getImage ( ) : Sprite
getMaxCooldown ( ) : float
getName ( ) : string
skillLogic ( Entity, entity, Stats, stats ) : void

Method Details

SkillMortar() public méthode

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

getMaxCooldown() public méthode

public getMaxCooldown ( ) : float
Résultat float

getName() public méthode

public getName ( ) : string
Résultat string

skillLogic() public méthode

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