Esempio n. 1
0
 public bool CreateNewRoomWithRoomId(int roomId, int userId, int startingChip, bool isSpectetor, GameMode gameModeChosen,
                                     int minPlayersInRoom, int maxPlayersInRoom, int enterPayingMoney, int minBet)
 {
     return(_gameService.CreateNewRoomWithRoomId(roomId, userId, startingChip, isSpectetor, gameModeChosen,
                                                 minPlayersInRoom, maxPlayersInRoom, enterPayingMoney, minBet));
 }