Beispiel #1
0
 public void CloseBattleClient()
 {
     if (battleClient != null)
     {
         battleClient.CloseServer();
         battleClient = null;
     }
 }
Beispiel #2
0
 public void CloseReviceRoom()
 {
     if (getRoomClient != null)
     {
         getRoomClient.CloseServer();
         getRoomClient = null;
     }
 }