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