Ejemplo n.º 1
0
 public bool IsAlly(Guild other) => Allies.Contains(other);
Ejemplo n.º 2
0
 public bool IsEnemy(Guild other) => Enemies.Contains(other);