예제 #1
0
 public void DisConnect()
 {
     Debug.Log("Disconnect game version:" + gameVersionText.text);
     Disconnecting = true;
     PhotonNetwork.Disconnect();
     if (ChatHandler != null)
     {
         ChatHandler.GameChatDisconnect();
     }
 }