Beispiel #1
0
 public static void LoginOut()
 {
     NetEventDispatch.Clear();
     NetWork.ClosePing();
     NetWork.ClearQueue();
     NetWork.ConnectGate();
 }
Beispiel #2
0
 void Start()
 {
     GameObject.DontDestroyOnLoad(game_data);
     NetWork.ConnectGate();
 }