Esempio n. 1
0
 private void Start()
 {
     Debug.Log("Start()");
     client = new ClientNetwork();
     client.Init("127.0.0.1", 50051);
 }