示例#1
0
 public static void Close()
 {
     client.Stop();
 }
 public void OnDestroy()
 {
     client.Stop();
 }