TCX_dev_zeroFive_online
parent
0ac2b55c66
commit
4fd60c4cee
|
@ -750,6 +750,7 @@ GETCOMPARENUMINFORESPONSE_COMPLETENUM_FIELD = protobuf.FieldDescriptor();
|
|||
GETCOMPARENUMINFORESPONSE_REWARDIDARR_FIELD = protobuf.FieldDescriptor();
|
||||
GMBUYGOODREQUEST = protobuf.Descriptor();
|
||||
GMBUYGOODREQUEST_GOODSID_FIELD = protobuf.FieldDescriptor();
|
||||
GMBUYGOODREQUEST_BUYTYPE_FIELD = protobuf.FieldDescriptor();
|
||||
WEARFAXIANGEQUIPREQUEST = protobuf.Descriptor();
|
||||
WEARFAXIANGEQUIPREQUEST_HEROID_FIELD = protobuf.FieldDescriptor();
|
||||
WEARFAXIANGEQUIPREQUEST_WEARID_FIELD = protobuf.FieldDescriptor();
|
||||
|
@ -7647,11 +7648,21 @@ GMBUYGOODREQUEST_GOODSID_FIELD.default_value = 0
|
|||
GMBUYGOODREQUEST_GOODSID_FIELD.type = 5
|
||||
GMBUYGOODREQUEST_GOODSID_FIELD.cpp_type = 1
|
||||
|
||||
GMBUYGOODREQUEST_BUYTYPE_FIELD.name = "buyType"
|
||||
GMBUYGOODREQUEST_BUYTYPE_FIELD.full_name = ".rpc.protocols.GmBuyGoodRequest.buyType"
|
||||
GMBUYGOODREQUEST_BUYTYPE_FIELD.number = 2
|
||||
GMBUYGOODREQUEST_BUYTYPE_FIELD.index = 1
|
||||
GMBUYGOODREQUEST_BUYTYPE_FIELD.label = 1
|
||||
GMBUYGOODREQUEST_BUYTYPE_FIELD.has_default_value = false
|
||||
GMBUYGOODREQUEST_BUYTYPE_FIELD.default_value = 0
|
||||
GMBUYGOODREQUEST_BUYTYPE_FIELD.type = 5
|
||||
GMBUYGOODREQUEST_BUYTYPE_FIELD.cpp_type = 1
|
||||
|
||||
GMBUYGOODREQUEST.name = "GmBuyGoodRequest"
|
||||
GMBUYGOODREQUEST.full_name = ".rpc.protocols.GmBuyGoodRequest"
|
||||
GMBUYGOODREQUEST.nested_types = {}
|
||||
GMBUYGOODREQUEST.enum_types = {}
|
||||
GMBUYGOODREQUEST.fields = {GMBUYGOODREQUEST_GOODSID_FIELD}
|
||||
GMBUYGOODREQUEST.fields = {GMBUYGOODREQUEST_GOODSID_FIELD, GMBUYGOODREQUEST_BUYTYPE_FIELD}
|
||||
GMBUYGOODREQUEST.is_extendable = false
|
||||
GMBUYGOODREQUEST.extensions = {}
|
||||
WEARFAXIANGEQUIPREQUEST_HEROID_FIELD.name = "heroID"
|
||||
|
|
Loading…
Reference in New Issue