예제 #1
0
 public object Init_MSG_C2G_GetEncryptKey()
 {
     msg_MSG_C2G_GetEncryptKey = new MSG_C2G_GetEncryptKey();
     return(msg_MSG_C2G_GetEncryptKey);
 }
        public void Request_MSG_C2G_GET_ENCRYPTKEY()
        {
            MSG_C2G_GetEncryptKey msg = new MSG_C2G_GetEncryptKey();

            Send(msg);
        }
예제 #3
0
        public void OnResponse_MSG_C2G_GetEncryptKey(MemoryStream stream, int uid = 0)
        {
            MSG_C2G_GetEncryptKey MSG_C2G_GetEncryptKey = ProtoBuf.Serializer.Deserialize <MSG_C2G_GetEncryptKey>(stream);

            Parser.Parse(MSG_C2G_GetEncryptKey);
        }