コード例 #1
0
ファイル: Agent.cs プロジェクト: evilz/TyrSc2
 public bool CanAttackGround()
 {
     return(UnitTypes.CanAttackGround(Unit.UnitType));
 }
コード例 #2
0
ファイル: Agent.cs プロジェクト: evilz/TyrSc2
 public bool CanAttackAir()
 {
     return(UnitTypes.CanAttackAir(Unit.UnitType));
 }