コード例 #1
0
 public BattleshipsGameState GetGameState()
 {
     lock (_game)
     {
         return(_game.GetGameState(_playerId));
     }
 }