Example #1
0
 public void OnClickConnect()
 {
     Debug.Log("OnClickConnect");
     mSocketMgr.Connect(ip, port);
 }