C# Class SkillChainLightning, DemonHeart

Inheritance: Skill
Afficher le fichier Open project: rwbysafire/DemonHeart Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
FindClosestEnemy ( Entity, mob, string tag, Vector3 target ) : GameObject

Method Details

SkillChainLightning() public méthode

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

skillLogic() public méthode

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