示例#1
0
        public static void SendVerifyCMsg()
        {
            UnityEngine.Debug.Log("sendverify");
            VerifyCMsg pack = new VerifyCMsg();

            ClientSessionManager.GetInstance().Send(0, pack);
        }
示例#2
0
 public static void SendVerifyCMsg()
 {
     UnityEngine.Debug.Log("sendverify");
     VerifyCMsg pack = new VerifyCMsg();
     ClientSessionManager.GetInstance().Send(0, pack);
 }