lua
parent
d82265d293
commit
5edf237ba0
|
|
@ -187,6 +187,7 @@ FUNCTIONOFTIME = protobuf.Descriptor();
|
|||
local FUNCTIONOFTIME_FUNCTIONID_FIELD = protobuf.FieldDescriptor();
|
||||
local FUNCTIONOFTIME_STARTTIME_FIELD = protobuf.FieldDescriptor();
|
||||
local FUNCTIONOFTIME_ENDTIME_FIELD = protobuf.FieldDescriptor();
|
||||
local FUNCTIONOFTIME_INTERVAL_FIELD = protobuf.FieldDescriptor();
|
||||
|
||||
ERRORRESPONSE_ERRCODE_FIELD.name = "errCode"
|
||||
ERRORRESPONSE_ERRCODE_FIELD.full_name = ".com.ljsd.jieling.protocols.ErrorResponse.errCode"
|
||||
|
|
@ -1887,7 +1888,7 @@ ARENARECORDINFO.fields = {ARENARECORDINFO_ID_FIELD, ARENARECORDINFO_ATTACKINFO_F
|
|||
ARENARECORDINFO.is_extendable = false
|
||||
ARENARECORDINFO.extensions = {}
|
||||
FUNCTIONOFTIME_FUNCTIONID_FIELD.name = "functionId"
|
||||
FUNCTIONOFTIME_FUNCTIONID_FIELD.full_name = ".com.ljsd.jieling.protocols.functionOfTime.functionId"
|
||||
FUNCTIONOFTIME_FUNCTIONID_FIELD.full_name = ".com.ljsd.jieling.protocols.FunctionOfTime.functionId"
|
||||
FUNCTIONOFTIME_FUNCTIONID_FIELD.number = 1
|
||||
FUNCTIONOFTIME_FUNCTIONID_FIELD.index = 0
|
||||
FUNCTIONOFTIME_FUNCTIONID_FIELD.label = 1
|
||||
|
|
@ -1897,7 +1898,7 @@ FUNCTIONOFTIME_FUNCTIONID_FIELD.type = 5
|
|||
FUNCTIONOFTIME_FUNCTIONID_FIELD.cpp_type = 1
|
||||
|
||||
FUNCTIONOFTIME_STARTTIME_FIELD.name = "startTime"
|
||||
FUNCTIONOFTIME_STARTTIME_FIELD.full_name = ".com.ljsd.jieling.protocols.functionOfTime.startTime"
|
||||
FUNCTIONOFTIME_STARTTIME_FIELD.full_name = ".com.ljsd.jieling.protocols.FunctionOfTime.startTime"
|
||||
FUNCTIONOFTIME_STARTTIME_FIELD.number = 2
|
||||
FUNCTIONOFTIME_STARTTIME_FIELD.index = 1
|
||||
FUNCTIONOFTIME_STARTTIME_FIELD.label = 1
|
||||
|
|
@ -1907,7 +1908,7 @@ FUNCTIONOFTIME_STARTTIME_FIELD.type = 5
|
|||
FUNCTIONOFTIME_STARTTIME_FIELD.cpp_type = 1
|
||||
|
||||
FUNCTIONOFTIME_ENDTIME_FIELD.name = "endTime"
|
||||
FUNCTIONOFTIME_ENDTIME_FIELD.full_name = ".com.ljsd.jieling.protocols.functionOfTime.endTime"
|
||||
FUNCTIONOFTIME_ENDTIME_FIELD.full_name = ".com.ljsd.jieling.protocols.FunctionOfTime.endTime"
|
||||
FUNCTIONOFTIME_ENDTIME_FIELD.number = 3
|
||||
FUNCTIONOFTIME_ENDTIME_FIELD.index = 2
|
||||
FUNCTIONOFTIME_ENDTIME_FIELD.label = 1
|
||||
|
|
@ -1916,11 +1917,21 @@ FUNCTIONOFTIME_ENDTIME_FIELD.default_value = 0
|
|||
FUNCTIONOFTIME_ENDTIME_FIELD.type = 5
|
||||
FUNCTIONOFTIME_ENDTIME_FIELD.cpp_type = 1
|
||||
|
||||
FUNCTIONOFTIME.name = "functionOfTime"
|
||||
FUNCTIONOFTIME.full_name = ".com.ljsd.jieling.protocols.functionOfTime"
|
||||
FUNCTIONOFTIME_INTERVAL_FIELD.name = "interval"
|
||||
FUNCTIONOFTIME_INTERVAL_FIELD.full_name = ".com.ljsd.jieling.protocols.FunctionOfTime.interval"
|
||||
FUNCTIONOFTIME_INTERVAL_FIELD.number = 4
|
||||
FUNCTIONOFTIME_INTERVAL_FIELD.index = 3
|
||||
FUNCTIONOFTIME_INTERVAL_FIELD.label = 1
|
||||
FUNCTIONOFTIME_INTERVAL_FIELD.has_default_value = false
|
||||
FUNCTIONOFTIME_INTERVAL_FIELD.default_value = 0
|
||||
FUNCTIONOFTIME_INTERVAL_FIELD.type = 5
|
||||
FUNCTIONOFTIME_INTERVAL_FIELD.cpp_type = 1
|
||||
|
||||
FUNCTIONOFTIME.name = "FunctionOfTime"
|
||||
FUNCTIONOFTIME.full_name = ".com.ljsd.jieling.protocols.FunctionOfTime"
|
||||
FUNCTIONOFTIME.nested_types = {}
|
||||
FUNCTIONOFTIME.enum_types = {}
|
||||
FUNCTIONOFTIME.fields = {FUNCTIONOFTIME_FUNCTIONID_FIELD, FUNCTIONOFTIME_STARTTIME_FIELD, FUNCTIONOFTIME_ENDTIME_FIELD}
|
||||
FUNCTIONOFTIME.fields = {FUNCTIONOFTIME_FUNCTIONID_FIELD, FUNCTIONOFTIME_STARTTIME_FIELD, FUNCTIONOFTIME_ENDTIME_FIELD, FUNCTIONOFTIME_INTERVAL_FIELD}
|
||||
FUNCTIONOFTIME.is_extendable = false
|
||||
FUNCTIONOFTIME.extensions = {}
|
||||
|
||||
|
|
@ -1943,6 +1954,7 @@ FightData = protobuf.Message(FIGHTDATA)
|
|||
FightTeamInfo = protobuf.Message(FIGHTTEAMINFO)
|
||||
FightUnitInfo = protobuf.Message(FIGHTUNITINFO)
|
||||
FoodBuffer = protobuf.Message(FOODBUFFER)
|
||||
FunctionOfTime = protobuf.Message(FUNCTIONOFTIME)
|
||||
GMCommand = protobuf.Message(GMCOMMAND)
|
||||
GmResponse = protobuf.Message(GMRESPONSE)
|
||||
Hero = protobuf.Message(HERO)
|
||||
|
|
@ -1965,5 +1977,4 @@ TeamPokemonInfo = protobuf.Message(TEAMPOKEMONINFO)
|
|||
TeamPosInfo = protobuf.Message(TEAMPOSINFO)
|
||||
WorkShopBaseInfo = protobuf.Message(WORKSHOPBASEINFO)
|
||||
WorkShopUnLockInfo = protobuf.Message(WORKSHOPUNLOCKINFO)
|
||||
functionOfTime = protobuf.Message(FUNCTIONOFTIME)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue