【逍遥游】首通奖励协议提交
parent
7e7316c52c
commit
08a1d3a98d
|
|
@ -571,6 +571,7 @@ JOURNEYINFO = protobuf.Descriptor();
|
|||
JOURNEYINFO_MAPID_FIELD = protobuf.FieldDescriptor();
|
||||
JOURNEYINFO_PROCESS_FIELD = protobuf.FieldDescriptor();
|
||||
JOURNEYINFO_REDPOINT_FIELD = protobuf.FieldDescriptor();
|
||||
JOURNEYINFO_FIRST_FIELD = protobuf.FieldDescriptor();
|
||||
JOURNEYMONSTERINFO = protobuf.Descriptor();
|
||||
JOURNEYMONSTERINFO_MONSTERID_FIELD = protobuf.FieldDescriptor();
|
||||
JOURNEYMONSTERINFO_MONSTERINDEX_FIELD = protobuf.FieldDescriptor();
|
||||
|
|
@ -5991,11 +5992,21 @@ JOURNEYINFO_REDPOINT_FIELD.default_value = 0
|
|||
JOURNEYINFO_REDPOINT_FIELD.type = 5
|
||||
JOURNEYINFO_REDPOINT_FIELD.cpp_type = 1
|
||||
|
||||
JOURNEYINFO_FIRST_FIELD.name = "first"
|
||||
JOURNEYINFO_FIRST_FIELD.full_name = ".com.ljsd.jieling.protocols.JourneyInfo.first"
|
||||
JOURNEYINFO_FIRST_FIELD.number = 4
|
||||
JOURNEYINFO_FIRST_FIELD.index = 3
|
||||
JOURNEYINFO_FIRST_FIELD.label = 1
|
||||
JOURNEYINFO_FIRST_FIELD.has_default_value = false
|
||||
JOURNEYINFO_FIRST_FIELD.default_value = 0
|
||||
JOURNEYINFO_FIRST_FIELD.type = 5
|
||||
JOURNEYINFO_FIRST_FIELD.cpp_type = 1
|
||||
|
||||
JOURNEYINFO.name = "JourneyInfo"
|
||||
JOURNEYINFO.full_name = ".com.ljsd.jieling.protocols.JourneyInfo"
|
||||
JOURNEYINFO.nested_types = {}
|
||||
JOURNEYINFO.enum_types = {}
|
||||
JOURNEYINFO.fields = {JOURNEYINFO_MAPID_FIELD, JOURNEYINFO_PROCESS_FIELD, JOURNEYINFO_REDPOINT_FIELD}
|
||||
JOURNEYINFO.fields = {JOURNEYINFO_MAPID_FIELD, JOURNEYINFO_PROCESS_FIELD, JOURNEYINFO_REDPOINT_FIELD, JOURNEYINFO_FIRST_FIELD}
|
||||
JOURNEYINFO.is_extendable = false
|
||||
JOURNEYINFO.extensions = {}
|
||||
JOURNEYMONSTERINFO_MONSTERID_FIELD.name = "monsterId"
|
||||
|
|
|
|||
Loading…
Reference in New Issue