C# Class HolyLightSkill

Inheritance: AreaRangedSkill
Mostra file Open project: marouen-lamiri/Second-Soul

Public Properties

Property Type Description
cyclonePrefab HolyLightBehavior,

Public Methods

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

Private Methods

Method Description
shootCyclone ( ) : 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

cyclonePrefab public_oe property

public HolyLightBehavior, cyclonePrefab
return HolyLightBehavior,