C# Class LightningStormSkill

Inheritance: AreaRangedSkill
ファイルを表示 Open project: marouen-lamiri/Second-Soul Class Usage Examples

Public Properties

Property Type Description
lightningStormPrefab LightningStormBehavior,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
animateAttack ( ) : void
useSkill ( ) : void

Private Methods

Method Description
shootLightningStorm ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

animateAttack() public method

public animateAttack ( ) : void
return void

useSkill() public method

public useSkill ( ) : void
return void

Property Details

lightningStormPrefab public_oe property

public LightningStormBehavior, lightningStormPrefab
return LightningStormBehavior,