完善了protobuf协议文件

This commit is contained in:
huangxiaolei
2022-12-09 20:34:05 +08:00
parent 5e8d457344
commit 50de81588b
3148 changed files with 1314 additions and 584389 deletions

View File

@@ -29,10 +29,10 @@ message ItemGivingReq {
map<uint64, uint32> item_guid_count_map = 15;
uint32 giving_id = 13;
repeated ItemParam item_param_list = 4;
ItemGivingRsp item_giving_type = 2;
ItemGivingType item_giving_type = 2;
enum ItemGivingRsp {
ITEM_GIVING_RSP_QUEST = 0;
ITEM_GIVING_RSP_GADGET = 1;
enum ItemGivingType {
ITEM_GIVING_TYPE_QUEST = 0;
ITEM_GIVING_TYPE_GADGET = 1;
}
}