C# Class LightningStormSkill

Inheritance: AreaRangedSkill
Afficher le fichier Open project: marouen-lamiri/Second-Soul Class Usage Examples

Méthodes publiques

Свойство Type Description
lightningStormPrefab LightningStormBehavior,

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
animateAttack ( ) : void
useSkill ( ) : void

Private Methods

Méthode Description
shootLightningStorm ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

animateAttack() public méthode

public animateAttack ( ) : void
Résultat void

useSkill() public méthode

public useSkill ( ) : void
Résultat void

Property Details

lightningStormPrefab public_oe property

public LightningStormBehavior, lightningStormPrefab
Résultat LightningStormBehavior,