Beispiel #1
0
 void Start()
 {
     cm = new ConnectManager();
     cm.init(gameObject);
     cm.beginConnect(server, port, excute);
 }