コード例 #1
0
ファイル: SendAgent.cs プロジェクト: sandyway/Unity3DSocket
        public static void SendVerifyCMsg()
        {
            UnityEngine.Debug.Log("sendverify");
            VerifyCMsg pack = new VerifyCMsg();

            ClientSessionManager.GetInstance().Send(0, pack);
        }
コード例 #2
0
ファイル: SendAgent.cs プロジェクト: goddie/Unity3DSocket
 public static void SendVerifyCMsg()
 {
     UnityEngine.Debug.Log("sendverify");
     VerifyCMsg pack = new VerifyCMsg();
     ClientSessionManager.GetInstance().Send(0, pack);
 }