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; }
private void OnService() { LobbyServer.ShowHideLobbyServer(true); }