Ejemplo n.º 1
0
 public void EndMove()
 {
     energy = 0;
     if (abilityEffectInProgress != null)
     {
         abilityEffectInProgress.Interrupt(this);
     }
 }