Пример #1
0
 public bool IsAllyOf(Army another) => another.IsControlledBy(PlayerId);
Пример #2
0
 public bool IsControlledBy(int p) => Army.IsControlledBy(p);