Example #1
0
 public bool CanAttackGround()
 {
     return(UnitTypes.CanAttackGround(Unit.UnitType));
 }
Example #2
0
 public bool CanAttackAir()
 {
     return(UnitTypes.CanAttackAir(Unit.UnitType));
 }