示例#1
0
 public void OnClickSend()
 {
     Debug.Log("OnClickSend");
     mSocketMgr.SendServer("{Test:123456}");
 }