Exemple #1
0
 public bool ProcessInjuries()
 {
     if (Defense.AnyFainted())
     {
         AbilitiesContainer.ApplyEffectsByActionType(Squad, ActionType.ONFAINT);
     }
     return(Defense.AllFainted());
 }