예제 #1
0
 public bool IsAllyOf(int p) => Army.IsAllyOf(p);
예제 #2
0
 public bool IsAllyOf(Army army) => Army.IsAllyOf(army);