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