Exemple #1
0
 private void OnDestroy()
 {
     if (Client != null)
     {
         Client.Close();
     }
 }
Exemple #2
0
 public void DestroyClient()
 {
     if (Client != null)
     {
         Client.Close();
     }
 }