Exemplo n.º 1
0
 public bool IsAllyOf(int p) => Army.IsAllyOf(p);
Exemplo n.º 2
0
 public bool IsAllyOf(Army army) => Army.IsAllyOf(army);