Пример #1
0
 public bool HasSpot(GameClient client)
 {
     return(_gameField.HasSpot(client));
 }