协议提交
parent
b128dc1b8b
commit
e1d14466db
|
|
@ -570,6 +570,7 @@ SITUATIONINFO_PASSID_FIELD = protobuf.FieldDescriptor();
|
|||
JOURNEYINFO = protobuf.Descriptor();
|
||||
JOURNEYINFO_MAPID_FIELD = protobuf.FieldDescriptor();
|
||||
JOURNEYINFO_PROCESS_FIELD = protobuf.FieldDescriptor();
|
||||
JOURNEYINFO_REDPOINT_FIELD = protobuf.FieldDescriptor();
|
||||
JOURNEYMONSTERINFO = protobuf.Descriptor();
|
||||
JOURNEYMONSTERINFO_MONSTERID_FIELD = protobuf.FieldDescriptor();
|
||||
JOURNEYMONSTERINFO_MONSTERINDEX_FIELD = protobuf.FieldDescriptor();
|
||||
|
|
@ -5980,11 +5981,21 @@ JOURNEYINFO_PROCESS_FIELD.default_value = 0
|
|||
JOURNEYINFO_PROCESS_FIELD.type = 5
|
||||
JOURNEYINFO_PROCESS_FIELD.cpp_type = 1
|
||||
|
||||
JOURNEYINFO_REDPOINT_FIELD.name = "redPoint"
|
||||
JOURNEYINFO_REDPOINT_FIELD.full_name = ".com.ljsd.jieling.protocols.JourneyInfo.redPoint"
|
||||
JOURNEYINFO_REDPOINT_FIELD.number = 3
|
||||
JOURNEYINFO_REDPOINT_FIELD.index = 2
|
||||
JOURNEYINFO_REDPOINT_FIELD.label = 1
|
||||
JOURNEYINFO_REDPOINT_FIELD.has_default_value = false
|
||||
JOURNEYINFO_REDPOINT_FIELD.default_value = 0
|
||||
JOURNEYINFO_REDPOINT_FIELD.type = 5
|
||||
JOURNEYINFO_REDPOINT_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.fields = {JOURNEYINFO_MAPID_FIELD, JOURNEYINFO_PROCESS_FIELD, JOURNEYINFO_REDPOINT_FIELD}
|
||||
JOURNEYINFO.is_extendable = false
|
||||
JOURNEYINFO.extensions = {}
|
||||
JOURNEYMONSTERINFO_MONSTERID_FIELD.name = "monsterId"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue