Exemple #1
0
 public void StartPoker(string _photonRoomID, long _roomBetCoin)
 {
     Logger.E("room: " + _photonRoomID);
     Logger.E("bet: " + _roomBetCoin);
     Logger.E("playerIDs: " + pokerPlayers[0].player_id + " | " + pokerPlayers[1].player_id);
     api.StartPoker(_photonRoomID, _roomBetCoin, pokerPlayers);
 }