public void LeaveChatSession() { if (HasChat) { ChatLobbyManager.CloseSession(ChatLobbyId, ChatSessionId, this); } HasChat = false; ChatSessionId = null; }
public void LeaveChatLobby() { if (HasLobby) { ChatLobbyManager.LeaveLobby(ChatLobbyId, this); } HasLobby = false; ChatLobbyId = null; }