Ejemplo n.º 1
0
 public bool IsAllyOf(Army another) => another.IsControlledBy(PlayerId);
Ejemplo n.º 2
0
 public bool IsControlledBy(int p) => Army.IsControlledBy(p);