Exemplo n.º 1
0
 public bool IsGameExist(string gameName)
 {
     return(_gameManager.IsRoomExist(gameName));
 }