master_huanxiang
gaojie 2019-01-15 15:20:30 +08:00
parent ad7bbb5d0c
commit b887635b61
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package com.ljsd.jieling.protocols;
option optimize_for = SPEED;
message GMCommand{
optional string command =1 ; // uid#type#prarm1#param2
}

View File

@ -32,6 +32,8 @@ enum MessageType{
GET_ITEMINFO_REQUEST = 10604; //
GET_ITEMINFO_RESPONSE = 10605;
GM_COMMAND = 10606; //GM
// H 10700
// I 10800
// J 10900