Пример #1
0
 void Start()
 {
     clientApp = new ClientApp();
     bConnent  = clientApp.Connect("127.0.0.1", 4099, "kevin");
     Debug.Log(bConnent);
 }