Exemplo n.º 1
0
 public override bool IsValid(Regiment100 reg)
 {
     return(reg.Units.Count(u => u.UnitType.Inventory.SecondaryWeapon.IsShield) > reg.Units.Count * 0.8 && reg.Units.Count > 50);
 }
Exemplo n.º 2
0
 public abstract bool IsValid(Regiment100 reg);