613 lines
36 KiB
Lua
613 lines
36 KiB
Lua
-- Generated By protoc-gen-lua Do not Edit
|
|
local protobuf = require "protobuf/protobuf"
|
|
local CommonProto_pb = require("CommonProto_pb")
|
|
module('MotherShipProto_pb')
|
|
|
|
|
|
CONSUMEMATERIAL = protobuf.Descriptor();
|
|
CONSUMEMATERIAL_HEROID_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPPLANGETALLREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPPLANGETALLREPONSE = protobuf.Descriptor();
|
|
MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPPLANSELLREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPPLANSELLREQUEST_MOTHERSHIPCFGID_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPPLANSELLREQUEST_NUM_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPPLANSELLRESPONSE = protobuf.Descriptor();
|
|
MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPPLANUPSTARREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPPLANUPSTARREQUEST_MOTHERSHIPPLANID_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPPLANGETONEREPONSE = protobuf.Descriptor();
|
|
MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIP = protobuf.Descriptor();
|
|
MOTHERSHIP_MOTHERSHIPLEVEL_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIP_MOTHERSHIPRESEARCHLEVEL_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIP_MYPLAN_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIP_NORMALRESEARCHDEGREE_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIP_NORMALRESEARCHTIME_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIP_NORMALADDRESEARCHDEGREE_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIP_CURNORMALBLUEPRINTID_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIP_RESEARCHDEGREE_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIP_RESEARCHTIME_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIP_ADDRESEARCHDEGREE_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIP_CURBLUEPRINTID_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPINFOREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPUPLEVELREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPINFORESPONSE = protobuf.Descriptor();
|
|
MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPINFORESPONSE_DROP_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPWEARREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPWEARREQUEST_MOTHERSHIPPLANID_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPWEARREQUEST_POSITION_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPUNLOADREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPUNLOADREQUEST_MOTHERSHIPPLANID_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPUNLOADREQUEST_POSITION_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPPLANEPOSINFO = protobuf.Descriptor();
|
|
MOTHERSHIPPLANEPOSINFO_MOTHERSHIPPLANID_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPPLANEPOSINFO_POSITION_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPREPLACEREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_BLUEPRINTID_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_PRIVILEGE_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_RESEARCHPLUSID_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_PRIVILEGE_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_AUTOBUY_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST_PRIVILEGE_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE = protobuf.Descriptor();
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD = protobuf.FieldDescriptor();
|
|
MOTHERSHIPBOOKSETREQUEST = protobuf.Descriptor();
|
|
MOTHERSHIPBOOKSETRESPONSE = protobuf.Descriptor();
|
|
MOTHERSHIPBOOKSETRESPONSE_MOTHERSHIPPLANCFGIDS_FIELD = protobuf.FieldDescriptor();
|
|
|
|
CONSUMEMATERIAL_HEROID_FIELD.name = "heroId"
|
|
CONSUMEMATERIAL_HEROID_FIELD.full_name = ".com.ljsd.jieling.protocols.ConsumeMaterial.heroId"
|
|
CONSUMEMATERIAL_HEROID_FIELD.number = 1
|
|
CONSUMEMATERIAL_HEROID_FIELD.index = 0
|
|
CONSUMEMATERIAL_HEROID_FIELD.label = 3
|
|
CONSUMEMATERIAL_HEROID_FIELD.has_default_value = false
|
|
CONSUMEMATERIAL_HEROID_FIELD.default_value = {}
|
|
CONSUMEMATERIAL_HEROID_FIELD.type = 9
|
|
CONSUMEMATERIAL_HEROID_FIELD.cpp_type = 9
|
|
|
|
CONSUMEMATERIAL.name = "ConsumeMaterial"
|
|
CONSUMEMATERIAL.full_name = ".com.ljsd.jieling.protocols.ConsumeMaterial"
|
|
CONSUMEMATERIAL.nested_types = {}
|
|
CONSUMEMATERIAL.enum_types = {}
|
|
CONSUMEMATERIAL.fields = {CONSUMEMATERIAL_HEROID_FIELD}
|
|
CONSUMEMATERIAL.is_extendable = false
|
|
CONSUMEMATERIAL.extensions = {}
|
|
MOTHERSHIPPLANGETALLREQUEST.name = "MotherShipPlanGetAllRequest"
|
|
MOTHERSHIPPLANGETALLREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanGetAllRequest"
|
|
MOTHERSHIPPLANGETALLREQUEST.nested_types = {}
|
|
MOTHERSHIPPLANGETALLREQUEST.enum_types = {}
|
|
MOTHERSHIPPLANGETALLREQUEST.fields = {}
|
|
MOTHERSHIPPLANGETALLREQUEST.is_extendable = false
|
|
MOTHERSHIPPLANGETALLREQUEST.extensions = {}
|
|
MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD.name = "plan"
|
|
MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanGetAllReponse.plan"
|
|
MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD.number = 1
|
|
MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD.index = 0
|
|
MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD.label = 3
|
|
MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD.has_default_value = false
|
|
MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD.default_value = {}
|
|
MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD.message_type = CommonProto_pb.MOTHERSHIPPLAN
|
|
MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD.type = 11
|
|
MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD.cpp_type = 10
|
|
|
|
MOTHERSHIPPLANGETALLREPONSE.name = "MotherShipPlanGetAllReponse"
|
|
MOTHERSHIPPLANGETALLREPONSE.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanGetAllReponse"
|
|
MOTHERSHIPPLANGETALLREPONSE.nested_types = {}
|
|
MOTHERSHIPPLANGETALLREPONSE.enum_types = {}
|
|
MOTHERSHIPPLANGETALLREPONSE.fields = {MOTHERSHIPPLANGETALLREPONSE_PLAN_FIELD}
|
|
MOTHERSHIPPLANGETALLREPONSE.is_extendable = false
|
|
MOTHERSHIPPLANGETALLREPONSE.extensions = {}
|
|
MOTHERSHIPPLANSELLREQUEST_MOTHERSHIPCFGID_FIELD.name = "motherShipCfgId"
|
|
MOTHERSHIPPLANSELLREQUEST_MOTHERSHIPCFGID_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanSellRequest.motherShipCfgId"
|
|
MOTHERSHIPPLANSELLREQUEST_MOTHERSHIPCFGID_FIELD.number = 1
|
|
MOTHERSHIPPLANSELLREQUEST_MOTHERSHIPCFGID_FIELD.index = 0
|
|
MOTHERSHIPPLANSELLREQUEST_MOTHERSHIPCFGID_FIELD.label = 1
|
|
MOTHERSHIPPLANSELLREQUEST_MOTHERSHIPCFGID_FIELD.has_default_value = false
|
|
MOTHERSHIPPLANSELLREQUEST_MOTHERSHIPCFGID_FIELD.default_value = 0
|
|
MOTHERSHIPPLANSELLREQUEST_MOTHERSHIPCFGID_FIELD.type = 5
|
|
MOTHERSHIPPLANSELLREQUEST_MOTHERSHIPCFGID_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPPLANSELLREQUEST_NUM_FIELD.name = "num"
|
|
MOTHERSHIPPLANSELLREQUEST_NUM_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanSellRequest.num"
|
|
MOTHERSHIPPLANSELLREQUEST_NUM_FIELD.number = 2
|
|
MOTHERSHIPPLANSELLREQUEST_NUM_FIELD.index = 1
|
|
MOTHERSHIPPLANSELLREQUEST_NUM_FIELD.label = 1
|
|
MOTHERSHIPPLANSELLREQUEST_NUM_FIELD.has_default_value = false
|
|
MOTHERSHIPPLANSELLREQUEST_NUM_FIELD.default_value = 0
|
|
MOTHERSHIPPLANSELLREQUEST_NUM_FIELD.type = 5
|
|
MOTHERSHIPPLANSELLREQUEST_NUM_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPPLANSELLREQUEST.name = "MotherShipPlanSellRequest"
|
|
MOTHERSHIPPLANSELLREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanSellRequest"
|
|
MOTHERSHIPPLANSELLREQUEST.nested_types = {}
|
|
MOTHERSHIPPLANSELLREQUEST.enum_types = {}
|
|
MOTHERSHIPPLANSELLREQUEST.fields = {MOTHERSHIPPLANSELLREQUEST_MOTHERSHIPCFGID_FIELD, MOTHERSHIPPLANSELLREQUEST_NUM_FIELD}
|
|
MOTHERSHIPPLANSELLREQUEST.is_extendable = false
|
|
MOTHERSHIPPLANSELLREQUEST.extensions = {}
|
|
MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD.name = "drop"
|
|
MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanSellResponse.drop"
|
|
MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD.number = 1
|
|
MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD.index = 0
|
|
MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD.label = 1
|
|
MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD.has_default_value = false
|
|
MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD.default_value = nil
|
|
MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD.message_type = CommonProto_pb.DROP
|
|
MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD.type = 11
|
|
MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD.cpp_type = 10
|
|
|
|
MOTHERSHIPPLANSELLRESPONSE.name = "MotherShipPlanSellResponse"
|
|
MOTHERSHIPPLANSELLRESPONSE.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanSellResponse"
|
|
MOTHERSHIPPLANSELLRESPONSE.nested_types = {}
|
|
MOTHERSHIPPLANSELLRESPONSE.enum_types = {}
|
|
MOTHERSHIPPLANSELLRESPONSE.fields = {MOTHERSHIPPLANSELLRESPONSE_DROP_FIELD}
|
|
MOTHERSHIPPLANSELLRESPONSE.is_extendable = false
|
|
MOTHERSHIPPLANSELLRESPONSE.extensions = {}
|
|
MOTHERSHIPPLANUPSTARREQUEST_MOTHERSHIPPLANID_FIELD.name = "motherShipPlanId"
|
|
MOTHERSHIPPLANUPSTARREQUEST_MOTHERSHIPPLANID_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanUpStarRequest.motherShipPlanId"
|
|
MOTHERSHIPPLANUPSTARREQUEST_MOTHERSHIPPLANID_FIELD.number = 1
|
|
MOTHERSHIPPLANUPSTARREQUEST_MOTHERSHIPPLANID_FIELD.index = 0
|
|
MOTHERSHIPPLANUPSTARREQUEST_MOTHERSHIPPLANID_FIELD.label = 1
|
|
MOTHERSHIPPLANUPSTARREQUEST_MOTHERSHIPPLANID_FIELD.has_default_value = false
|
|
MOTHERSHIPPLANUPSTARREQUEST_MOTHERSHIPPLANID_FIELD.default_value = ""
|
|
MOTHERSHIPPLANUPSTARREQUEST_MOTHERSHIPPLANID_FIELD.type = 9
|
|
MOTHERSHIPPLANUPSTARREQUEST_MOTHERSHIPPLANID_FIELD.cpp_type = 9
|
|
|
|
MOTHERSHIPPLANUPSTARREQUEST.name = "MotherShipPlanUpStarRequest"
|
|
MOTHERSHIPPLANUPSTARREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanUpStarRequest"
|
|
MOTHERSHIPPLANUPSTARREQUEST.nested_types = {}
|
|
MOTHERSHIPPLANUPSTARREQUEST.enum_types = {}
|
|
MOTHERSHIPPLANUPSTARREQUEST.fields = {MOTHERSHIPPLANUPSTARREQUEST_MOTHERSHIPPLANID_FIELD}
|
|
MOTHERSHIPPLANUPSTARREQUEST.is_extendable = false
|
|
MOTHERSHIPPLANUPSTARREQUEST.extensions = {}
|
|
MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD.name = "plan"
|
|
MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanGetOneReponse.plan"
|
|
MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD.number = 1
|
|
MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD.index = 0
|
|
MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD.label = 1
|
|
MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD.has_default_value = false
|
|
MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD.default_value = nil
|
|
MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD.message_type = CommonProto_pb.MOTHERSHIPPLAN
|
|
MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD.type = 11
|
|
MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD.cpp_type = 10
|
|
|
|
MOTHERSHIPPLANGETONEREPONSE.name = "MotherShipPlanGetOneReponse"
|
|
MOTHERSHIPPLANGETONEREPONSE.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanGetOneReponse"
|
|
MOTHERSHIPPLANGETONEREPONSE.nested_types = {}
|
|
MOTHERSHIPPLANGETONEREPONSE.enum_types = {}
|
|
MOTHERSHIPPLANGETONEREPONSE.fields = {MOTHERSHIPPLANGETONEREPONSE_PLAN_FIELD}
|
|
MOTHERSHIPPLANGETONEREPONSE.is_extendable = false
|
|
MOTHERSHIPPLANGETONEREPONSE.extensions = {}
|
|
MOTHERSHIP_MOTHERSHIPLEVEL_FIELD.name = "motherShipLevel"
|
|
MOTHERSHIP_MOTHERSHIPLEVEL_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShip.motherShipLevel"
|
|
MOTHERSHIP_MOTHERSHIPLEVEL_FIELD.number = 1
|
|
MOTHERSHIP_MOTHERSHIPLEVEL_FIELD.index = 0
|
|
MOTHERSHIP_MOTHERSHIPLEVEL_FIELD.label = 1
|
|
MOTHERSHIP_MOTHERSHIPLEVEL_FIELD.has_default_value = false
|
|
MOTHERSHIP_MOTHERSHIPLEVEL_FIELD.default_value = 0
|
|
MOTHERSHIP_MOTHERSHIPLEVEL_FIELD.type = 5
|
|
MOTHERSHIP_MOTHERSHIPLEVEL_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIP_MOTHERSHIPRESEARCHLEVEL_FIELD.name = "motherShipResearchLevel"
|
|
MOTHERSHIP_MOTHERSHIPRESEARCHLEVEL_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShip.motherShipResearchLevel"
|
|
MOTHERSHIP_MOTHERSHIPRESEARCHLEVEL_FIELD.number = 2
|
|
MOTHERSHIP_MOTHERSHIPRESEARCHLEVEL_FIELD.index = 1
|
|
MOTHERSHIP_MOTHERSHIPRESEARCHLEVEL_FIELD.label = 1
|
|
MOTHERSHIP_MOTHERSHIPRESEARCHLEVEL_FIELD.has_default_value = false
|
|
MOTHERSHIP_MOTHERSHIPRESEARCHLEVEL_FIELD.default_value = 0
|
|
MOTHERSHIP_MOTHERSHIPRESEARCHLEVEL_FIELD.type = 5
|
|
MOTHERSHIP_MOTHERSHIPRESEARCHLEVEL_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIP_MYPLAN_FIELD.name = "myPlan"
|
|
MOTHERSHIP_MYPLAN_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShip.myPlan"
|
|
MOTHERSHIP_MYPLAN_FIELD.number = 3
|
|
MOTHERSHIP_MYPLAN_FIELD.index = 2
|
|
MOTHERSHIP_MYPLAN_FIELD.label = 3
|
|
MOTHERSHIP_MYPLAN_FIELD.has_default_value = false
|
|
MOTHERSHIP_MYPLAN_FIELD.default_value = {}
|
|
MOTHERSHIP_MYPLAN_FIELD.message_type = CommonProto_pb.MOTHERSHIPPLAN
|
|
MOTHERSHIP_MYPLAN_FIELD.type = 11
|
|
MOTHERSHIP_MYPLAN_FIELD.cpp_type = 10
|
|
|
|
MOTHERSHIP_NORMALRESEARCHDEGREE_FIELD.name = "normalResearchDegree"
|
|
MOTHERSHIP_NORMALRESEARCHDEGREE_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShip.normalResearchDegree"
|
|
MOTHERSHIP_NORMALRESEARCHDEGREE_FIELD.number = 4
|
|
MOTHERSHIP_NORMALRESEARCHDEGREE_FIELD.index = 3
|
|
MOTHERSHIP_NORMALRESEARCHDEGREE_FIELD.label = 1
|
|
MOTHERSHIP_NORMALRESEARCHDEGREE_FIELD.has_default_value = false
|
|
MOTHERSHIP_NORMALRESEARCHDEGREE_FIELD.default_value = 0
|
|
MOTHERSHIP_NORMALRESEARCHDEGREE_FIELD.type = 5
|
|
MOTHERSHIP_NORMALRESEARCHDEGREE_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIP_NORMALRESEARCHTIME_FIELD.name = "normalResearchTime"
|
|
MOTHERSHIP_NORMALRESEARCHTIME_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShip.normalResearchTime"
|
|
MOTHERSHIP_NORMALRESEARCHTIME_FIELD.number = 5
|
|
MOTHERSHIP_NORMALRESEARCHTIME_FIELD.index = 4
|
|
MOTHERSHIP_NORMALRESEARCHTIME_FIELD.label = 1
|
|
MOTHERSHIP_NORMALRESEARCHTIME_FIELD.has_default_value = false
|
|
MOTHERSHIP_NORMALRESEARCHTIME_FIELD.default_value = 0
|
|
MOTHERSHIP_NORMALRESEARCHTIME_FIELD.type = 3
|
|
MOTHERSHIP_NORMALRESEARCHTIME_FIELD.cpp_type = 2
|
|
|
|
MOTHERSHIP_NORMALADDRESEARCHDEGREE_FIELD.name = "normalAddResearchDegree"
|
|
MOTHERSHIP_NORMALADDRESEARCHDEGREE_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShip.normalAddResearchDegree"
|
|
MOTHERSHIP_NORMALADDRESEARCHDEGREE_FIELD.number = 6
|
|
MOTHERSHIP_NORMALADDRESEARCHDEGREE_FIELD.index = 5
|
|
MOTHERSHIP_NORMALADDRESEARCHDEGREE_FIELD.label = 1
|
|
MOTHERSHIP_NORMALADDRESEARCHDEGREE_FIELD.has_default_value = false
|
|
MOTHERSHIP_NORMALADDRESEARCHDEGREE_FIELD.default_value = 0
|
|
MOTHERSHIP_NORMALADDRESEARCHDEGREE_FIELD.type = 5
|
|
MOTHERSHIP_NORMALADDRESEARCHDEGREE_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIP_CURNORMALBLUEPRINTID_FIELD.name = "curNormalBluePrintId"
|
|
MOTHERSHIP_CURNORMALBLUEPRINTID_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShip.curNormalBluePrintId"
|
|
MOTHERSHIP_CURNORMALBLUEPRINTID_FIELD.number = 7
|
|
MOTHERSHIP_CURNORMALBLUEPRINTID_FIELD.index = 6
|
|
MOTHERSHIP_CURNORMALBLUEPRINTID_FIELD.label = 1
|
|
MOTHERSHIP_CURNORMALBLUEPRINTID_FIELD.has_default_value = false
|
|
MOTHERSHIP_CURNORMALBLUEPRINTID_FIELD.default_value = 0
|
|
MOTHERSHIP_CURNORMALBLUEPRINTID_FIELD.type = 5
|
|
MOTHERSHIP_CURNORMALBLUEPRINTID_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIP_RESEARCHDEGREE_FIELD.name = "researchDegree"
|
|
MOTHERSHIP_RESEARCHDEGREE_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShip.researchDegree"
|
|
MOTHERSHIP_RESEARCHDEGREE_FIELD.number = 8
|
|
MOTHERSHIP_RESEARCHDEGREE_FIELD.index = 7
|
|
MOTHERSHIP_RESEARCHDEGREE_FIELD.label = 1
|
|
MOTHERSHIP_RESEARCHDEGREE_FIELD.has_default_value = false
|
|
MOTHERSHIP_RESEARCHDEGREE_FIELD.default_value = 0
|
|
MOTHERSHIP_RESEARCHDEGREE_FIELD.type = 5
|
|
MOTHERSHIP_RESEARCHDEGREE_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIP_RESEARCHTIME_FIELD.name = "researchTime"
|
|
MOTHERSHIP_RESEARCHTIME_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShip.researchTime"
|
|
MOTHERSHIP_RESEARCHTIME_FIELD.number = 9
|
|
MOTHERSHIP_RESEARCHTIME_FIELD.index = 8
|
|
MOTHERSHIP_RESEARCHTIME_FIELD.label = 1
|
|
MOTHERSHIP_RESEARCHTIME_FIELD.has_default_value = false
|
|
MOTHERSHIP_RESEARCHTIME_FIELD.default_value = 0
|
|
MOTHERSHIP_RESEARCHTIME_FIELD.type = 3
|
|
MOTHERSHIP_RESEARCHTIME_FIELD.cpp_type = 2
|
|
|
|
MOTHERSHIP_ADDRESEARCHDEGREE_FIELD.name = "addResearchDegree"
|
|
MOTHERSHIP_ADDRESEARCHDEGREE_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShip.addResearchDegree"
|
|
MOTHERSHIP_ADDRESEARCHDEGREE_FIELD.number = 10
|
|
MOTHERSHIP_ADDRESEARCHDEGREE_FIELD.index = 9
|
|
MOTHERSHIP_ADDRESEARCHDEGREE_FIELD.label = 1
|
|
MOTHERSHIP_ADDRESEARCHDEGREE_FIELD.has_default_value = false
|
|
MOTHERSHIP_ADDRESEARCHDEGREE_FIELD.default_value = 0
|
|
MOTHERSHIP_ADDRESEARCHDEGREE_FIELD.type = 5
|
|
MOTHERSHIP_ADDRESEARCHDEGREE_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIP_CURBLUEPRINTID_FIELD.name = "curBluePrintId"
|
|
MOTHERSHIP_CURBLUEPRINTID_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShip.curBluePrintId"
|
|
MOTHERSHIP_CURBLUEPRINTID_FIELD.number = 11
|
|
MOTHERSHIP_CURBLUEPRINTID_FIELD.index = 10
|
|
MOTHERSHIP_CURBLUEPRINTID_FIELD.label = 1
|
|
MOTHERSHIP_CURBLUEPRINTID_FIELD.has_default_value = false
|
|
MOTHERSHIP_CURBLUEPRINTID_FIELD.default_value = 0
|
|
MOTHERSHIP_CURBLUEPRINTID_FIELD.type = 5
|
|
MOTHERSHIP_CURBLUEPRINTID_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIP.name = "MotherShip"
|
|
MOTHERSHIP.full_name = ".com.ljsd.jieling.protocols.MotherShip"
|
|
MOTHERSHIP.nested_types = {}
|
|
MOTHERSHIP.enum_types = {}
|
|
MOTHERSHIP.fields = {MOTHERSHIP_MOTHERSHIPLEVEL_FIELD, MOTHERSHIP_MOTHERSHIPRESEARCHLEVEL_FIELD, MOTHERSHIP_MYPLAN_FIELD, MOTHERSHIP_NORMALRESEARCHDEGREE_FIELD, MOTHERSHIP_NORMALRESEARCHTIME_FIELD, MOTHERSHIP_NORMALADDRESEARCHDEGREE_FIELD, MOTHERSHIP_CURNORMALBLUEPRINTID_FIELD, MOTHERSHIP_RESEARCHDEGREE_FIELD, MOTHERSHIP_RESEARCHTIME_FIELD, MOTHERSHIP_ADDRESEARCHDEGREE_FIELD, MOTHERSHIP_CURBLUEPRINTID_FIELD}
|
|
MOTHERSHIP.is_extendable = false
|
|
MOTHERSHIP.extensions = {}
|
|
MOTHERSHIPINFOREQUEST.name = "MotherShipInfoRequest"
|
|
MOTHERSHIPINFOREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipInfoRequest"
|
|
MOTHERSHIPINFOREQUEST.nested_types = {}
|
|
MOTHERSHIPINFOREQUEST.enum_types = {}
|
|
MOTHERSHIPINFOREQUEST.fields = {}
|
|
MOTHERSHIPINFOREQUEST.is_extendable = false
|
|
MOTHERSHIPINFOREQUEST.extensions = {}
|
|
MOTHERSHIPUPLEVELREQUEST.name = "MotherShipUplevelRequest"
|
|
MOTHERSHIPUPLEVELREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipUplevelRequest"
|
|
MOTHERSHIPUPLEVELREQUEST.nested_types = {}
|
|
MOTHERSHIPUPLEVELREQUEST.enum_types = {}
|
|
MOTHERSHIPUPLEVELREQUEST.fields = {}
|
|
MOTHERSHIPUPLEVELREQUEST.is_extendable = false
|
|
MOTHERSHIPUPLEVELREQUEST.extensions = {}
|
|
MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD.name = "motherShipInfo"
|
|
MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipInfoResponse.motherShipInfo"
|
|
MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD.number = 1
|
|
MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD.index = 0
|
|
MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD.label = 1
|
|
MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD.has_default_value = false
|
|
MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD.default_value = nil
|
|
MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD.message_type = MOTHERSHIP
|
|
MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD.type = 11
|
|
MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD.cpp_type = 10
|
|
|
|
MOTHERSHIPINFORESPONSE_DROP_FIELD.name = "drop"
|
|
MOTHERSHIPINFORESPONSE_DROP_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipInfoResponse.drop"
|
|
MOTHERSHIPINFORESPONSE_DROP_FIELD.number = 2
|
|
MOTHERSHIPINFORESPONSE_DROP_FIELD.index = 1
|
|
MOTHERSHIPINFORESPONSE_DROP_FIELD.label = 1
|
|
MOTHERSHIPINFORESPONSE_DROP_FIELD.has_default_value = false
|
|
MOTHERSHIPINFORESPONSE_DROP_FIELD.default_value = nil
|
|
MOTHERSHIPINFORESPONSE_DROP_FIELD.message_type = CommonProto_pb.DROP
|
|
MOTHERSHIPINFORESPONSE_DROP_FIELD.type = 11
|
|
MOTHERSHIPINFORESPONSE_DROP_FIELD.cpp_type = 10
|
|
|
|
MOTHERSHIPINFORESPONSE.name = "MotherShipInfoResponse"
|
|
MOTHERSHIPINFORESPONSE.full_name = ".com.ljsd.jieling.protocols.MotherShipInfoResponse"
|
|
MOTHERSHIPINFORESPONSE.nested_types = {}
|
|
MOTHERSHIPINFORESPONSE.enum_types = {}
|
|
MOTHERSHIPINFORESPONSE.fields = {MOTHERSHIPINFORESPONSE_MOTHERSHIPINFO_FIELD, MOTHERSHIPINFORESPONSE_DROP_FIELD}
|
|
MOTHERSHIPINFORESPONSE.is_extendable = false
|
|
MOTHERSHIPINFORESPONSE.extensions = {}
|
|
MOTHERSHIPWEARREQUEST_MOTHERSHIPPLANID_FIELD.name = "motherShipPlanId"
|
|
MOTHERSHIPWEARREQUEST_MOTHERSHIPPLANID_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipWearRequest.motherShipPlanId"
|
|
MOTHERSHIPWEARREQUEST_MOTHERSHIPPLANID_FIELD.number = 1
|
|
MOTHERSHIPWEARREQUEST_MOTHERSHIPPLANID_FIELD.index = 0
|
|
MOTHERSHIPWEARREQUEST_MOTHERSHIPPLANID_FIELD.label = 1
|
|
MOTHERSHIPWEARREQUEST_MOTHERSHIPPLANID_FIELD.has_default_value = false
|
|
MOTHERSHIPWEARREQUEST_MOTHERSHIPPLANID_FIELD.default_value = ""
|
|
MOTHERSHIPWEARREQUEST_MOTHERSHIPPLANID_FIELD.type = 9
|
|
MOTHERSHIPWEARREQUEST_MOTHERSHIPPLANID_FIELD.cpp_type = 9
|
|
|
|
MOTHERSHIPWEARREQUEST_POSITION_FIELD.name = "position"
|
|
MOTHERSHIPWEARREQUEST_POSITION_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipWearRequest.position"
|
|
MOTHERSHIPWEARREQUEST_POSITION_FIELD.number = 2
|
|
MOTHERSHIPWEARREQUEST_POSITION_FIELD.index = 1
|
|
MOTHERSHIPWEARREQUEST_POSITION_FIELD.label = 1
|
|
MOTHERSHIPWEARREQUEST_POSITION_FIELD.has_default_value = false
|
|
MOTHERSHIPWEARREQUEST_POSITION_FIELD.default_value = 0
|
|
MOTHERSHIPWEARREQUEST_POSITION_FIELD.type = 5
|
|
MOTHERSHIPWEARREQUEST_POSITION_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPWEARREQUEST.name = "MotherShipWearRequest"
|
|
MOTHERSHIPWEARREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipWearRequest"
|
|
MOTHERSHIPWEARREQUEST.nested_types = {}
|
|
MOTHERSHIPWEARREQUEST.enum_types = {}
|
|
MOTHERSHIPWEARREQUEST.fields = {MOTHERSHIPWEARREQUEST_MOTHERSHIPPLANID_FIELD, MOTHERSHIPWEARREQUEST_POSITION_FIELD}
|
|
MOTHERSHIPWEARREQUEST.is_extendable = false
|
|
MOTHERSHIPWEARREQUEST.extensions = {}
|
|
MOTHERSHIPUNLOADREQUEST_MOTHERSHIPPLANID_FIELD.name = "motherShipPlanId"
|
|
MOTHERSHIPUNLOADREQUEST_MOTHERSHIPPLANID_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipUnloadRequest.motherShipPlanId"
|
|
MOTHERSHIPUNLOADREQUEST_MOTHERSHIPPLANID_FIELD.number = 1
|
|
MOTHERSHIPUNLOADREQUEST_MOTHERSHIPPLANID_FIELD.index = 0
|
|
MOTHERSHIPUNLOADREQUEST_MOTHERSHIPPLANID_FIELD.label = 1
|
|
MOTHERSHIPUNLOADREQUEST_MOTHERSHIPPLANID_FIELD.has_default_value = false
|
|
MOTHERSHIPUNLOADREQUEST_MOTHERSHIPPLANID_FIELD.default_value = ""
|
|
MOTHERSHIPUNLOADREQUEST_MOTHERSHIPPLANID_FIELD.type = 9
|
|
MOTHERSHIPUNLOADREQUEST_MOTHERSHIPPLANID_FIELD.cpp_type = 9
|
|
|
|
MOTHERSHIPUNLOADREQUEST_POSITION_FIELD.name = "position"
|
|
MOTHERSHIPUNLOADREQUEST_POSITION_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipUnloadRequest.position"
|
|
MOTHERSHIPUNLOADREQUEST_POSITION_FIELD.number = 2
|
|
MOTHERSHIPUNLOADREQUEST_POSITION_FIELD.index = 1
|
|
MOTHERSHIPUNLOADREQUEST_POSITION_FIELD.label = 1
|
|
MOTHERSHIPUNLOADREQUEST_POSITION_FIELD.has_default_value = false
|
|
MOTHERSHIPUNLOADREQUEST_POSITION_FIELD.default_value = 0
|
|
MOTHERSHIPUNLOADREQUEST_POSITION_FIELD.type = 5
|
|
MOTHERSHIPUNLOADREQUEST_POSITION_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPUNLOADREQUEST.name = "MotherShipUnloadRequest"
|
|
MOTHERSHIPUNLOADREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipUnloadRequest"
|
|
MOTHERSHIPUNLOADREQUEST.nested_types = {}
|
|
MOTHERSHIPUNLOADREQUEST.enum_types = {}
|
|
MOTHERSHIPUNLOADREQUEST.fields = {MOTHERSHIPUNLOADREQUEST_MOTHERSHIPPLANID_FIELD, MOTHERSHIPUNLOADREQUEST_POSITION_FIELD}
|
|
MOTHERSHIPUNLOADREQUEST.is_extendable = false
|
|
MOTHERSHIPUNLOADREQUEST.extensions = {}
|
|
MOTHERSHIPPLANEPOSINFO_MOTHERSHIPPLANID_FIELD.name = "motherShipPlanId"
|
|
MOTHERSHIPPLANEPOSINFO_MOTHERSHIPPLANID_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanePosInfo.motherShipPlanId"
|
|
MOTHERSHIPPLANEPOSINFO_MOTHERSHIPPLANID_FIELD.number = 1
|
|
MOTHERSHIPPLANEPOSINFO_MOTHERSHIPPLANID_FIELD.index = 0
|
|
MOTHERSHIPPLANEPOSINFO_MOTHERSHIPPLANID_FIELD.label = 1
|
|
MOTHERSHIPPLANEPOSINFO_MOTHERSHIPPLANID_FIELD.has_default_value = false
|
|
MOTHERSHIPPLANEPOSINFO_MOTHERSHIPPLANID_FIELD.default_value = ""
|
|
MOTHERSHIPPLANEPOSINFO_MOTHERSHIPPLANID_FIELD.type = 9
|
|
MOTHERSHIPPLANEPOSINFO_MOTHERSHIPPLANID_FIELD.cpp_type = 9
|
|
|
|
MOTHERSHIPPLANEPOSINFO_POSITION_FIELD.name = "position"
|
|
MOTHERSHIPPLANEPOSINFO_POSITION_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanePosInfo.position"
|
|
MOTHERSHIPPLANEPOSINFO_POSITION_FIELD.number = 2
|
|
MOTHERSHIPPLANEPOSINFO_POSITION_FIELD.index = 1
|
|
MOTHERSHIPPLANEPOSINFO_POSITION_FIELD.label = 1
|
|
MOTHERSHIPPLANEPOSINFO_POSITION_FIELD.has_default_value = false
|
|
MOTHERSHIPPLANEPOSINFO_POSITION_FIELD.default_value = 0
|
|
MOTHERSHIPPLANEPOSINFO_POSITION_FIELD.type = 5
|
|
MOTHERSHIPPLANEPOSINFO_POSITION_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPPLANEPOSINFO.name = "MotherShipPlanePosInfo"
|
|
MOTHERSHIPPLANEPOSINFO.full_name = ".com.ljsd.jieling.protocols.MotherShipPlanePosInfo"
|
|
MOTHERSHIPPLANEPOSINFO.nested_types = {}
|
|
MOTHERSHIPPLANEPOSINFO.enum_types = {}
|
|
MOTHERSHIPPLANEPOSINFO.fields = {MOTHERSHIPPLANEPOSINFO_MOTHERSHIPPLANID_FIELD, MOTHERSHIPPLANEPOSINFO_POSITION_FIELD}
|
|
MOTHERSHIPPLANEPOSINFO.is_extendable = false
|
|
MOTHERSHIPPLANEPOSINFO.extensions = {}
|
|
MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD.name = "posInfo"
|
|
MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipReplaceRequest.posInfo"
|
|
MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD.number = 1
|
|
MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD.index = 0
|
|
MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD.label = 3
|
|
MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD.has_default_value = false
|
|
MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD.default_value = {}
|
|
MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD.message_type = MOTHERSHIPPLANEPOSINFO
|
|
MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD.type = 11
|
|
MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD.cpp_type = 10
|
|
|
|
MOTHERSHIPREPLACEREQUEST.name = "MotherShipReplaceRequest"
|
|
MOTHERSHIPREPLACEREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipReplaceRequest"
|
|
MOTHERSHIPREPLACEREQUEST.nested_types = {}
|
|
MOTHERSHIPREPLACEREQUEST.enum_types = {}
|
|
MOTHERSHIPREPLACEREQUEST.fields = {MOTHERSHIPREPLACEREQUEST_POSINFO_FIELD}
|
|
MOTHERSHIPREPLACEREQUEST.is_extendable = false
|
|
MOTHERSHIPREPLACEREQUEST.extensions = {}
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD.name = "consumeMaterial"
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchUplevelRequest.consumeMaterial"
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD.number = 1
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD.index = 0
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD.label = 1
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD.has_default_value = false
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD.default_value = nil
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD.message_type = CONSUMEMATERIAL
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD.type = 11
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD.cpp_type = 10
|
|
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST.name = "MotherShipResearchUplevelRequest"
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchUplevelRequest"
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST.nested_types = {}
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST.enum_types = {}
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST.fields = {MOTHERSHIPRESEARCHUPLEVELREQUEST_CONSUMEMATERIAL_FIELD}
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST.is_extendable = false
|
|
MOTHERSHIPRESEARCHUPLEVELREQUEST.extensions = {}
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_BLUEPRINTID_FIELD.name = "bluePrintId"
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_BLUEPRINTID_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchStartbuildRequest.bluePrintId"
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_BLUEPRINTID_FIELD.number = 1
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_BLUEPRINTID_FIELD.index = 0
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_BLUEPRINTID_FIELD.label = 1
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_BLUEPRINTID_FIELD.has_default_value = false
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_BLUEPRINTID_FIELD.default_value = 0
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_BLUEPRINTID_FIELD.type = 5
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_BLUEPRINTID_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_PRIVILEGE_FIELD.name = "privilege"
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_PRIVILEGE_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchStartbuildRequest.privilege"
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_PRIVILEGE_FIELD.number = 2
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_PRIVILEGE_FIELD.index = 1
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_PRIVILEGE_FIELD.label = 1
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_PRIVILEGE_FIELD.has_default_value = false
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_PRIVILEGE_FIELD.default_value = 0
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_PRIVILEGE_FIELD.type = 5
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST_PRIVILEGE_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST.name = "MotherShipResearchStartbuildRequest"
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchStartbuildRequest"
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST.nested_types = {}
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST.enum_types = {}
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST.fields = {MOTHERSHIPRESEARCHSTARTBUILDREQUEST_BLUEPRINTID_FIELD, MOTHERSHIPRESEARCHSTARTBUILDREQUEST_PRIVILEGE_FIELD}
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST.is_extendable = false
|
|
MOTHERSHIPRESEARCHSTARTBUILDREQUEST.extensions = {}
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_RESEARCHPLUSID_FIELD.name = "researchPlusId"
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_RESEARCHPLUSID_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchSpeedupRequest.researchPlusId"
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_RESEARCHPLUSID_FIELD.number = 1
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_RESEARCHPLUSID_FIELD.index = 0
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_RESEARCHPLUSID_FIELD.label = 1
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_RESEARCHPLUSID_FIELD.has_default_value = false
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_RESEARCHPLUSID_FIELD.default_value = 0
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_RESEARCHPLUSID_FIELD.type = 5
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_RESEARCHPLUSID_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_PRIVILEGE_FIELD.name = "privilege"
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_PRIVILEGE_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchSpeedupRequest.privilege"
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_PRIVILEGE_FIELD.number = 2
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_PRIVILEGE_FIELD.index = 1
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_PRIVILEGE_FIELD.label = 1
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_PRIVILEGE_FIELD.has_default_value = false
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_PRIVILEGE_FIELD.default_value = 0
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_PRIVILEGE_FIELD.type = 5
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_PRIVILEGE_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_AUTOBUY_FIELD.name = "autoBuy"
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_AUTOBUY_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchSpeedupRequest.autoBuy"
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_AUTOBUY_FIELD.number = 3
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_AUTOBUY_FIELD.index = 2
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_AUTOBUY_FIELD.label = 1
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_AUTOBUY_FIELD.has_default_value = false
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_AUTOBUY_FIELD.default_value = 0
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_AUTOBUY_FIELD.type = 5
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST_AUTOBUY_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST.name = "MotherShipResearchSpeedupRequest"
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchSpeedupRequest"
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST.nested_types = {}
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST.enum_types = {}
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST.fields = {MOTHERSHIPRESEARCHSPEEDUPREQUEST_RESEARCHPLUSID_FIELD, MOTHERSHIPRESEARCHSPEEDUPREQUEST_PRIVILEGE_FIELD, MOTHERSHIPRESEARCHSPEEDUPREQUEST_AUTOBUY_FIELD}
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST.is_extendable = false
|
|
MOTHERSHIPRESEARCHSPEEDUPREQUEST.extensions = {}
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST_PRIVILEGE_FIELD.name = "privilege"
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST_PRIVILEGE_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchEndbuildRequest.privilege"
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST_PRIVILEGE_FIELD.number = 1
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST_PRIVILEGE_FIELD.index = 0
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST_PRIVILEGE_FIELD.label = 1
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST_PRIVILEGE_FIELD.has_default_value = false
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST_PRIVILEGE_FIELD.default_value = 0
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST_PRIVILEGE_FIELD.type = 5
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST_PRIVILEGE_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST.name = "MotherShipResearchEndbuildRequest"
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchEndbuildRequest"
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST.nested_types = {}
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST.enum_types = {}
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST.fields = {MOTHERSHIPRESEARCHENDBUILDREQUEST_PRIVILEGE_FIELD}
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST.is_extendable = false
|
|
MOTHERSHIPRESEARCHENDBUILDREQUEST.extensions = {}
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD.name = "drop"
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchEndbuildResponse.drop"
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD.number = 1
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD.index = 0
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD.label = 1
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD.has_default_value = false
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD.default_value = nil
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD.message_type = CommonProto_pb.DROP
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD.type = 11
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD.cpp_type = 10
|
|
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE.name = "MotherShipResearchEndbuildResponse"
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE.full_name = ".com.ljsd.jieling.protocols.MotherShipResearchEndbuildResponse"
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE.nested_types = {}
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE.enum_types = {}
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE.fields = {MOTHERSHIPRESEARCHENDBUILDRESPONSE_DROP_FIELD}
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE.is_extendable = false
|
|
MOTHERSHIPRESEARCHENDBUILDRESPONSE.extensions = {}
|
|
MOTHERSHIPBOOKSETREQUEST.name = "MotherShipBookSetRequest"
|
|
MOTHERSHIPBOOKSETREQUEST.full_name = ".com.ljsd.jieling.protocols.MotherShipBookSetRequest"
|
|
MOTHERSHIPBOOKSETREQUEST.nested_types = {}
|
|
MOTHERSHIPBOOKSETREQUEST.enum_types = {}
|
|
MOTHERSHIPBOOKSETREQUEST.fields = {}
|
|
MOTHERSHIPBOOKSETREQUEST.is_extendable = false
|
|
MOTHERSHIPBOOKSETREQUEST.extensions = {}
|
|
MOTHERSHIPBOOKSETRESPONSE_MOTHERSHIPPLANCFGIDS_FIELD.name = "motherShipPlanCfgIds"
|
|
MOTHERSHIPBOOKSETRESPONSE_MOTHERSHIPPLANCFGIDS_FIELD.full_name = ".com.ljsd.jieling.protocols.MotherShipBookSetResponse.motherShipPlanCfgIds"
|
|
MOTHERSHIPBOOKSETRESPONSE_MOTHERSHIPPLANCFGIDS_FIELD.number = 1
|
|
MOTHERSHIPBOOKSETRESPONSE_MOTHERSHIPPLANCFGIDS_FIELD.index = 0
|
|
MOTHERSHIPBOOKSETRESPONSE_MOTHERSHIPPLANCFGIDS_FIELD.label = 3
|
|
MOTHERSHIPBOOKSETRESPONSE_MOTHERSHIPPLANCFGIDS_FIELD.has_default_value = false
|
|
MOTHERSHIPBOOKSETRESPONSE_MOTHERSHIPPLANCFGIDS_FIELD.default_value = {}
|
|
MOTHERSHIPBOOKSETRESPONSE_MOTHERSHIPPLANCFGIDS_FIELD.type = 5
|
|
MOTHERSHIPBOOKSETRESPONSE_MOTHERSHIPPLANCFGIDS_FIELD.cpp_type = 1
|
|
|
|
MOTHERSHIPBOOKSETRESPONSE.name = "MotherShipBookSetResponse"
|
|
MOTHERSHIPBOOKSETRESPONSE.full_name = ".com.ljsd.jieling.protocols.MotherShipBookSetResponse"
|
|
MOTHERSHIPBOOKSETRESPONSE.nested_types = {}
|
|
MOTHERSHIPBOOKSETRESPONSE.enum_types = {}
|
|
MOTHERSHIPBOOKSETRESPONSE.fields = {MOTHERSHIPBOOKSETRESPONSE_MOTHERSHIPPLANCFGIDS_FIELD}
|
|
MOTHERSHIPBOOKSETRESPONSE.is_extendable = false
|
|
MOTHERSHIPBOOKSETRESPONSE.extensions = {}
|
|
|
|
ConsumeMaterial = protobuf.Message(CONSUMEMATERIAL)
|
|
MotherShip = protobuf.Message(MOTHERSHIP)
|
|
MotherShipBookSetRequest = protobuf.Message(MOTHERSHIPBOOKSETREQUEST)
|
|
MotherShipBookSetResponse = protobuf.Message(MOTHERSHIPBOOKSETRESPONSE)
|
|
MotherShipInfoRequest = protobuf.Message(MOTHERSHIPINFOREQUEST)
|
|
MotherShipInfoResponse = protobuf.Message(MOTHERSHIPINFORESPONSE)
|
|
MotherShipPlanGetAllReponse = protobuf.Message(MOTHERSHIPPLANGETALLREPONSE)
|
|
MotherShipPlanGetAllRequest = protobuf.Message(MOTHERSHIPPLANGETALLREQUEST)
|
|
MotherShipPlanGetOneReponse = protobuf.Message(MOTHERSHIPPLANGETONEREPONSE)
|
|
MotherShipPlanSellRequest = protobuf.Message(MOTHERSHIPPLANSELLREQUEST)
|
|
MotherShipPlanSellResponse = protobuf.Message(MOTHERSHIPPLANSELLRESPONSE)
|
|
MotherShipPlanUpStarRequest = protobuf.Message(MOTHERSHIPPLANUPSTARREQUEST)
|
|
MotherShipPlanePosInfo = protobuf.Message(MOTHERSHIPPLANEPOSINFO)
|
|
MotherShipReplaceRequest = protobuf.Message(MOTHERSHIPREPLACEREQUEST)
|
|
MotherShipResearchEndbuildRequest = protobuf.Message(MOTHERSHIPRESEARCHENDBUILDREQUEST)
|
|
MotherShipResearchEndbuildResponse = protobuf.Message(MOTHERSHIPRESEARCHENDBUILDRESPONSE)
|
|
MotherShipResearchSpeedupRequest = protobuf.Message(MOTHERSHIPRESEARCHSPEEDUPREQUEST)
|
|
MotherShipResearchStartbuildRequest = protobuf.Message(MOTHERSHIPRESEARCHSTARTBUILDREQUEST)
|
|
MotherShipResearchUplevelRequest = protobuf.Message(MOTHERSHIPRESEARCHUPLEVELREQUEST)
|
|
MotherShipUnloadRequest = protobuf.Message(MOTHERSHIPUNLOADREQUEST)
|
|
MotherShipUplevelRequest = protobuf.Message(MOTHERSHIPUPLEVELREQUEST)
|
|
MotherShipWearRequest = protobuf.Message(MOTHERSHIPWEARREQUEST)
|
|
|