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