mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
完善了protobuf协议文件
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user