取消协议

master_huanxiang
lvxinran 2019-12-20 10:48:02 +08:00
parent 0073746e95
commit 002099c495
2 changed files with 0 additions and 9 deletions

View File

@ -80,9 +80,6 @@ enum MessageType{
ADVENTURE_CALL_BOSS_REQUEST = 10054; // boss
ADVENTURE_CALL_BOSS_RESPONSE = 10055;
ADVENTURE_CHECK_ITEM_REQUEST = 10056;//
ADVENTURE_CHECK_ITEM_RESPONSE = 10057;
// B 10100
BUY_STORE_ITEM_REQUEST = 10100; //

View File

@ -680,11 +680,5 @@ import "CommonProto.proto";
message SexChangeResponse{
}
message CheckAdventureItemRequest{
optional int32 type = 1;//0 1
}
message CheckAdventureItemResponse{
optional int32 itemId = 1;//1
}