Example #1
0
        public void QuitRoom()
        {
            this.bank += this.wallet;
            this.lobbyPlayer.SetBank(this.bank);

            gameRoom.OnQuitEvent(this);

            //lobbyPlayer.GameRoomPlayers.Remove(this);

            tunnel.Destroy();
        }