Ejemplo n.º 1
0
 private void RemoveTimerAndEffect(UnitBase target)
 {
     if (target != targetUnit)
     {
         return;
     }
     target.CureAilment(statusEffect);
 }