// message结构的属性名请使用 驼峰小写字母开始 // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.36.8 // protoc v6.31.1 // source: lord.proto package pb import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" unsafe "unsafe" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) // 领主信息 type Lord struct { state protoimpl.MessageState `protogen:"open.v1"` // 名称 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // 等级 Level int32 `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"` // 经验 Exp int64 `protobuf:"varint,3,opt,name=exp,proto3" json:"exp,omitempty"` // 头像 IconID int32 `protobuf:"varint,4,opt,name=iconID,proto3" json:"iconID,omitempty"` // 头像框 FrameID int32 `protobuf:"varint,5,opt,name=frameID,proto3" json:"frameID,omitempty"` // 赛季ID SeasonID int32 `protobuf:"varint,10,opt,name=seasonID,proto3" json:"seasonID,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *Lord) Reset() { *x = Lord{} mi := &file_lord_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *Lord) String() string { return protoimpl.X.MessageStringOf(x) } func (*Lord) ProtoMessage() {} func (x *Lord) ProtoReflect() protoreflect.Message { mi := &file_lord_proto_msgTypes[0] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Lord.ProtoReflect.Descriptor instead. func (*Lord) Descriptor() ([]byte, []int) { return file_lord_proto_rawDescGZIP(), []int{0} } func (x *Lord) GetName() string { if x != nil { return x.Name } return "" } func (x *Lord) GetLevel() int32 { if x != nil { return x.Level } return 0 } func (x *Lord) GetExp() int64 { if x != nil { return x.Exp } return 0 } func (x *Lord) GetIconID() int32 { if x != nil { return x.IconID } return 0 } func (x *Lord) GetFrameID() int32 { if x != nil { return x.FrameID } return 0 } func (x *Lord) GetSeasonID() int32 { if x != nil { return x.SeasonID } return 0 } // 玩家详情 type LordDetail struct { state protoimpl.MessageState `protogen:"open.v1"` // 玩家Id PlayerID int64 `protobuf:"varint,1,opt,name=playerID,proto3" json:"playerID,omitempty"` // 玩家名称 PlayerName string `protobuf:"bytes,2,opt,name=playerName,proto3" json:"playerName,omitempty"` // 玩家头像ID L-领主-外显表外显ID IconID int32 `protobuf:"varint,3,opt,name=iconID,proto3" json:"iconID,omitempty"` // 玩家头像框ID L-领主-外显表外显ID FrameID int32 `protobuf:"varint,4,opt,name=frameID,proto3" json:"frameID,omitempty"` // 背景ID L-领主-外显表外显ID BgID int32 `protobuf:"varint,5,opt,name=bgID,proto3" json:"bgID,omitempty"` // 个人简介 Desc string `protobuf:"bytes,6,opt,name=desc,proto3" json:"desc,omitempty"` // 当前赛季 Season int32 `protobuf:"varint,7,opt,name=season,proto3" json:"season,omitempty"` // 沙盘编号 MapNodeID string `protobuf:"bytes,8,opt,name=mapNodeID,proto3" json:"mapNodeID,omitempty"` // 所处州 Province int32 `protobuf:"varint,9,opt,name=province,proto3" json:"province,omitempty"` // 征战天数 TotalLoginDays int32 `protobuf:"varint,10,opt,name=totalLoginDays,proto3" json:"totalLoginDays,omitempty"` // 霸业次数 GloryCount int32 `protobuf:"varint,11,opt,name=gloryCount,proto3" json:"gloryCount,omitempty"` // 问鼎次数 SupremacyCount int32 `protobuf:"varint,12,opt,name=supremacyCount,proto3" json:"supremacyCount,omitempty"` // 联盟信息 League *LeaguePlayerJob `protobuf:"bytes,13,opt,name=league,proto3" json:"league,omitempty"` // 声望信息 Prestige *PrestigeDetail `protobuf:"bytes,14,opt,name=prestige,proto3" json:"prestige,omitempty"` // 功勋信息 Glory *GloryDetail `protobuf:"bytes,15,opt,name=glory,proto3" json:"glory,omitempty"` // 展示数据 ShowDatas *LordShowDataList `protobuf:"bytes,16,opt,name=showDatas,proto3" json:"showDatas,omitempty"` // 玩家坐标 Point *Point `protobuf:"bytes,17,opt,name=point,proto3" json:"point,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *LordDetail) Reset() { *x = LordDetail{} mi := &file_lord_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *LordDetail) String() string { return protoimpl.X.MessageStringOf(x) } func (*LordDetail) ProtoMessage() {} func (x *LordDetail) ProtoReflect() protoreflect.Message { mi := &file_lord_proto_msgTypes[1] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LordDetail.ProtoReflect.Descriptor instead. func (*LordDetail) Descriptor() ([]byte, []int) { return file_lord_proto_rawDescGZIP(), []int{1} } func (x *LordDetail) GetPlayerID() int64 { if x != nil { return x.PlayerID } return 0 } func (x *LordDetail) GetPlayerName() string { if x != nil { return x.PlayerName } return "" } func (x *LordDetail) GetIconID() int32 { if x != nil { return x.IconID } return 0 } func (x *LordDetail) GetFrameID() int32 { if x != nil { return x.FrameID } return 0 } func (x *LordDetail) GetBgID() int32 { if x != nil { return x.BgID } return 0 } func (x *LordDetail) GetDesc() string { if x != nil { return x.Desc } return "" } func (x *LordDetail) GetSeason() int32 { if x != nil { return x.Season } return 0 } func (x *LordDetail) GetMapNodeID() string { if x != nil { return x.MapNodeID } return "" } func (x *LordDetail) GetProvince() int32 { if x != nil { return x.Province } return 0 } func (x *LordDetail) GetTotalLoginDays() int32 { if x != nil { return x.TotalLoginDays } return 0 } func (x *LordDetail) GetGloryCount() int32 { if x != nil { return x.GloryCount } return 0 } func (x *LordDetail) GetSupremacyCount() int32 { if x != nil { return x.SupremacyCount } return 0 } func (x *LordDetail) GetLeague() *LeaguePlayerJob { if x != nil { return x.League } return nil } func (x *LordDetail) GetPrestige() *PrestigeDetail { if x != nil { return x.Prestige } return nil } func (x *LordDetail) GetGlory() *GloryDetail { if x != nil { return x.Glory } return nil } func (x *LordDetail) GetShowDatas() *LordShowDataList { if x != nil { return x.ShowDatas } return nil } func (x *LordDetail) GetPoint() *Point { if x != nil { return x.Point } return nil } // 声望详情 type PrestigeDetail struct { state protoimpl.MessageState `protogen:"open.v1"` // 当前声望 CurPrestige int32 `protobuf:"varint,14,opt,name=curPrestige,proto3" json:"curPrestige,omitempty"` // 当前声望排名 CurPrestigeRank int32 `protobuf:"varint,15,opt,name=curPrestigeRank,proto3" json:"curPrestigeRank,omitempty"` // 最高声望 MaxPrestige int32 `protobuf:"varint,16,opt,name=maxPrestige,proto3" json:"maxPrestige,omitempty"` // 最高声望排名 MaxPrestigeRank int32 `protobuf:"varint,17,opt,name=maxPrestigeRank,proto3" json:"maxPrestigeRank,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *PrestigeDetail) Reset() { *x = PrestigeDetail{} mi := &file_lord_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *PrestigeDetail) String() string { return protoimpl.X.MessageStringOf(x) } func (*PrestigeDetail) ProtoMessage() {} func (x *PrestigeDetail) ProtoReflect() protoreflect.Message { mi := &file_lord_proto_msgTypes[2] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PrestigeDetail.ProtoReflect.Descriptor instead. func (*PrestigeDetail) Descriptor() ([]byte, []int) { return file_lord_proto_rawDescGZIP(), []int{2} } func (x *PrestigeDetail) GetCurPrestige() int32 { if x != nil { return x.CurPrestige } return 0 } func (x *PrestigeDetail) GetCurPrestigeRank() int32 { if x != nil { return x.CurPrestigeRank } return 0 } func (x *PrestigeDetail) GetMaxPrestige() int32 { if x != nil { return x.MaxPrestige } return 0 } func (x *PrestigeDetail) GetMaxPrestigeRank() int32 { if x != nil { return x.MaxPrestigeRank } return 0 } // 功勋详情 type GloryDetail struct { state protoimpl.MessageState `protogen:"open.v1"` // 当前功勋 CurGlory int32 `protobuf:"varint,1,opt,name=curGlory,proto3" json:"curGlory,omitempty"` // 当前功勋排名 CurGloryRank int32 `protobuf:"varint,2,opt,name=curGloryRank,proto3" json:"curGloryRank,omitempty"` // 最高功勋 MaxGlory int32 `protobuf:"varint,3,opt,name=maxGlory,proto3" json:"maxGlory,omitempty"` // 最高功勋排名 MaxGloryRank int32 `protobuf:"varint,4,opt,name=maxGloryRank,proto3" json:"maxGloryRank,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *GloryDetail) Reset() { *x = GloryDetail{} mi := &file_lord_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *GloryDetail) String() string { return protoimpl.X.MessageStringOf(x) } func (*GloryDetail) ProtoMessage() {} func (x *GloryDetail) ProtoReflect() protoreflect.Message { mi := &file_lord_proto_msgTypes[3] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GloryDetail.ProtoReflect.Descriptor instead. func (*GloryDetail) Descriptor() ([]byte, []int) { return file_lord_proto_rawDescGZIP(), []int{3} } func (x *GloryDetail) GetCurGlory() int32 { if x != nil { return x.CurGlory } return 0 } func (x *GloryDetail) GetCurGloryRank() int32 { if x != nil { return x.CurGloryRank } return 0 } func (x *GloryDetail) GetMaxGlory() int32 { if x != nil { return x.MaxGlory } return 0 } func (x *GloryDetail) GetMaxGloryRank() int32 { if x != nil { return x.MaxGloryRank } return 0 } // 外显列表 type LordShows struct { state protoimpl.MessageState `protogen:"open.v1"` Shows []*LordShow `protobuf:"bytes,1,rep,name=shows,proto3" json:"shows,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *LordShows) Reset() { *x = LordShows{} mi := &file_lord_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *LordShows) String() string { return protoimpl.X.MessageStringOf(x) } func (*LordShows) ProtoMessage() {} func (x *LordShows) ProtoReflect() protoreflect.Message { mi := &file_lord_proto_msgTypes[4] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LordShows.ProtoReflect.Descriptor instead. func (*LordShows) Descriptor() ([]byte, []int) { return file_lord_proto_rawDescGZIP(), []int{4} } func (x *LordShows) GetShows() []*LordShow { if x != nil { return x.Shows } return nil } // 外显数据 type LordShow struct { state protoimpl.MessageState `protogen:"open.v1"` // 外显ID L-领主-外显表外显ID ShowID int32 `protobuf:"varint,1,opt,name=showID,proto3" json:"showID,omitempty"` // 过期时间戳 单位秒 ExpireTime int64 `protobuf:"varint,2,opt,name=expireTime,proto3" json:"expireTime,omitempty"` // 是否已查看 IsViewed bool `protobuf:"varint,3,opt,name=isViewed,proto3" json:"isViewed,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *LordShow) Reset() { *x = LordShow{} mi := &file_lord_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *LordShow) String() string { return protoimpl.X.MessageStringOf(x) } func (*LordShow) ProtoMessage() {} func (x *LordShow) ProtoReflect() protoreflect.Message { mi := &file_lord_proto_msgTypes[5] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LordShow.ProtoReflect.Descriptor instead. func (*LordShow) Descriptor() ([]byte, []int) { return file_lord_proto_rawDescGZIP(), []int{5} } func (x *LordShow) GetShowID() int32 { if x != nil { return x.ShowID } return 0 } func (x *LordShow) GetExpireTime() int64 { if x != nil { return x.ExpireTime } return 0 } func (x *LordShow) GetIsViewed() bool { if x != nil { return x.IsViewed } return false } // 数据设置-数据展示 type LordShowDataList struct { state protoimpl.MessageState `protogen:"open.v1"` Datas []*LordShowData `protobuf:"bytes,1,rep,name=datas,proto3" json:"datas,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *LordShowDataList) Reset() { *x = LordShowDataList{} mi := &file_lord_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *LordShowDataList) String() string { return protoimpl.X.MessageStringOf(x) } func (*LordShowDataList) ProtoMessage() {} func (x *LordShowDataList) ProtoReflect() protoreflect.Message { mi := &file_lord_proto_msgTypes[6] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LordShowDataList.ProtoReflect.Descriptor instead. func (*LordShowDataList) Descriptor() ([]byte, []int) { return file_lord_proto_rawDescGZIP(), []int{6} } func (x *LordShowDataList) GetDatas() []*LordShowData { if x != nil { return x.Datas } return nil } // 数据展示 type LordShowData struct { state protoimpl.MessageState `protogen:"open.v1"` // 数据显示类型 1 登录天数 2最高声望 3最高声望排行 4最高功勋 5最高功勋排行 6霸业次数 7问鼎次数 ShowType int32 `protobuf:"varint,1,opt,name=showType,proto3" json:"showType,omitempty"` // 是否展示 IsShow bool `protobuf:"varint,2,opt,name=isShow,proto3" json:"isShow,omitempty"` unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache } func (x *LordShowData) Reset() { *x = LordShowData{} mi := &file_lord_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *LordShowData) String() string { return protoimpl.X.MessageStringOf(x) } func (*LordShowData) ProtoMessage() {} func (x *LordShowData) ProtoReflect() protoreflect.Message { mi := &file_lord_proto_msgTypes[7] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LordShowData.ProtoReflect.Descriptor instead. func (*LordShowData) Descriptor() ([]byte, []int) { return file_lord_proto_rawDescGZIP(), []int{7} } func (x *LordShowData) GetShowType() int32 { if x != nil { return x.ShowType } return 0 } func (x *LordShowData) GetIsShow() bool { if x != nil { return x.IsShow } return false } var File_lord_proto protoreflect.FileDescriptor const file_lord_proto_rawDesc = "" + "\n" + "\n" + "lord.proto\x12\x02pb\x1a\x0fbase_type.proto\x1a\fleague.proto\"\x90\x01\n" + "\x04Lord\x12\x12\n" + "\x04name\x18\x01 \x01(\tR\x04name\x12\x14\n" + "\x05level\x18\x02 \x01(\x05R\x05level\x12\x10\n" + "\x03exp\x18\x03 \x01(\x03R\x03exp\x12\x16\n" + "\x06iconID\x18\x04 \x01(\x05R\x06iconID\x12\x18\n" + "\aframeID\x18\x05 \x01(\x05R\aframeID\x12\x1a\n" + "\bseasonID\x18\n" + " \x01(\x05R\bseasonID\"\xbd\x04\n" + "\n" + "LordDetail\x12\x1a\n" + "\bplayerID\x18\x01 \x01(\x03R\bplayerID\x12\x1e\n" + "\n" + "playerName\x18\x02 \x01(\tR\n" + "playerName\x12\x16\n" + "\x06iconID\x18\x03 \x01(\x05R\x06iconID\x12\x18\n" + "\aframeID\x18\x04 \x01(\x05R\aframeID\x12\x12\n" + "\x04bgID\x18\x05 \x01(\x05R\x04bgID\x12\x12\n" + "\x04desc\x18\x06 \x01(\tR\x04desc\x12\x16\n" + "\x06season\x18\a \x01(\x05R\x06season\x12\x1c\n" + "\tmapNodeID\x18\b \x01(\tR\tmapNodeID\x12\x1a\n" + "\bprovince\x18\t \x01(\x05R\bprovince\x12&\n" + "\x0etotalLoginDays\x18\n" + " \x01(\x05R\x0etotalLoginDays\x12\x1e\n" + "\n" + "gloryCount\x18\v \x01(\x05R\n" + "gloryCount\x12&\n" + "\x0esupremacyCount\x18\f \x01(\x05R\x0esupremacyCount\x12+\n" + "\x06league\x18\r \x01(\v2\x13.pb.LeaguePlayerJobR\x06league\x12.\n" + "\bprestige\x18\x0e \x01(\v2\x12.pb.PrestigeDetailR\bprestige\x12%\n" + "\x05glory\x18\x0f \x01(\v2\x0f.pb.GloryDetailR\x05glory\x122\n" + "\tshowDatas\x18\x10 \x01(\v2\x14.pb.LordShowDataListR\tshowDatas\x12\x1f\n" + "\x05point\x18\x11 \x01(\v2\t.pb.PointR\x05point\"\xa8\x01\n" + "\x0ePrestigeDetail\x12 \n" + "\vcurPrestige\x18\x0e \x01(\x05R\vcurPrestige\x12(\n" + "\x0fcurPrestigeRank\x18\x0f \x01(\x05R\x0fcurPrestigeRank\x12 \n" + "\vmaxPrestige\x18\x10 \x01(\x05R\vmaxPrestige\x12(\n" + "\x0fmaxPrestigeRank\x18\x11 \x01(\x05R\x0fmaxPrestigeRank\"\x8d\x01\n" + "\vGloryDetail\x12\x1a\n" + "\bcurGlory\x18\x01 \x01(\x05R\bcurGlory\x12\"\n" + "\fcurGloryRank\x18\x02 \x01(\x05R\fcurGloryRank\x12\x1a\n" + "\bmaxGlory\x18\x03 \x01(\x05R\bmaxGlory\x12\"\n" + "\fmaxGloryRank\x18\x04 \x01(\x05R\fmaxGloryRank\"/\n" + "\tLordShows\x12\"\n" + "\x05shows\x18\x01 \x03(\v2\f.pb.LordShowR\x05shows\"^\n" + "\bLordShow\x12\x16\n" + "\x06showID\x18\x01 \x01(\x05R\x06showID\x12\x1e\n" + "\n" + "expireTime\x18\x02 \x01(\x03R\n" + "expireTime\x12\x1a\n" + "\bisViewed\x18\x03 \x01(\bR\bisViewed\":\n" + "\x10LordShowDataList\x12&\n" + "\x05datas\x18\x01 \x03(\v2\x10.pb.LordShowDataR\x05datas\"B\n" + "\fLordShowData\x12\x1a\n" + "\bshowType\x18\x01 \x01(\x05R\bshowType\x12\x16\n" + "\x06isShow\x18\x02 \x01(\bR\x06isShowB\x05Z\x03/pbb\x06proto3" var ( file_lord_proto_rawDescOnce sync.Once file_lord_proto_rawDescData []byte ) func file_lord_proto_rawDescGZIP() []byte { file_lord_proto_rawDescOnce.Do(func() { file_lord_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_lord_proto_rawDesc), len(file_lord_proto_rawDesc))) }) return file_lord_proto_rawDescData } var file_lord_proto_msgTypes = make([]protoimpl.MessageInfo, 8) var file_lord_proto_goTypes = []any{ (*Lord)(nil), // 0: pb.Lord (*LordDetail)(nil), // 1: pb.LordDetail (*PrestigeDetail)(nil), // 2: pb.PrestigeDetail (*GloryDetail)(nil), // 3: pb.GloryDetail (*LordShows)(nil), // 4: pb.LordShows (*LordShow)(nil), // 5: pb.LordShow (*LordShowDataList)(nil), // 6: pb.LordShowDataList (*LordShowData)(nil), // 7: pb.LordShowData (*LeaguePlayerJob)(nil), // 8: pb.LeaguePlayerJob (*Point)(nil), // 9: pb.Point } var file_lord_proto_depIdxs = []int32{ 8, // 0: pb.LordDetail.league:type_name -> pb.LeaguePlayerJob 2, // 1: pb.LordDetail.prestige:type_name -> pb.PrestigeDetail 3, // 2: pb.LordDetail.glory:type_name -> pb.GloryDetail 6, // 3: pb.LordDetail.showDatas:type_name -> pb.LordShowDataList 9, // 4: pb.LordDetail.point:type_name -> pb.Point 5, // 5: pb.LordShows.shows:type_name -> pb.LordShow 7, // 6: pb.LordShowDataList.datas:type_name -> pb.LordShowData 7, // [7:7] is the sub-list for method output_type 7, // [7:7] is the sub-list for method input_type 7, // [7:7] is the sub-list for extension type_name 7, // [7:7] is the sub-list for extension extendee 0, // [0:7] is the sub-list for field type_name } func init() { file_lord_proto_init() } func file_lord_proto_init() { if File_lord_proto != nil { return } file_base_type_proto_init() file_league_proto_init() type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: unsafe.Slice(unsafe.StringData(file_lord_proto_rawDesc), len(file_lord_proto_rawDesc)), NumEnums: 0, NumMessages: 8, NumExtensions: 0, NumServices: 0, }, GoTypes: file_lord_proto_goTypes, DependencyIndexes: file_lord_proto_depIdxs, MessageInfos: file_lord_proto_msgTypes, }.Build() File_lord_proto = out.File file_lord_proto_goTypes = nil file_lord_proto_depIdxs = nil }