Пример #1
0
        public override void Dispose()
        {
            if (this.IsDisposed)
            {
                return;
            }
            base.Dispose();

            LobbySetting.Destroy();
            LobbyServer.Destroy();
            LobbyBulletin.Destroy();
            this.lobbySetting  = null;
            this.lobbyServer   = null;
            this.lobbyBulletin = null;
        }
Пример #2
0
 private void OnService()
 {
     LobbyServer.ShowHideLobbyServer(true);
 }