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