Exemplo n.º 1
0
 protected virtual void EndCast()
 {
     timeToNextCast = Time.time + cooldown;
     DoSkill();
     user.EndCastSkill();
 }