From 08a1d3a98d1eb626a4477fc1befdf907224f317e Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Wed, 28 Oct 2020 11:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=80=8D=E9=81=A5=E6=B8=B8=E3=80=91?= =?UTF-8?q?=E9=A6=96=E9=80=9A=E5=A5=96=E5=8A=B1=E5=8D=8F=E8=AE=AE=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Message/CommonProto_pb.lua | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Message/CommonProto_pb.lua b/Assets/ManagedResources/~Lua/Message/CommonProto_pb.lua index bab7b8b82e..f78e2c0dfa 100644 --- a/Assets/ManagedResources/~Lua/Message/CommonProto_pb.lua +++ b/Assets/ManagedResources/~Lua/Message/CommonProto_pb.lua @@ -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"