rank.pb.go 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674
  1. // message结构的属性名请使用 驼峰小写字母开始
  2. // Code generated by protoc-gen-go. DO NOT EDIT.
  3. // versions:
  4. // protoc-gen-go v1.36.8
  5. // protoc v6.31.1
  6. // source: rank.proto
  7. package pb
  8. import (
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. reflect "reflect"
  12. sync "sync"
  13. unsafe "unsafe"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  20. )
  21. // 排行榜数据
  22. type RankData struct {
  23. state protoimpl.MessageState `protogen:"open.v1"`
  24. // 名次
  25. Rank int32 `protobuf:"varint,1,opt,name=rank,proto3" json:"rank,omitempty"`
  26. // 值
  27. Value int64 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
  28. // 更新时间戳 单位毫秒
  29. UpdateTime int64 `protobuf:"varint,3,opt,name=updateTime,proto3" json:"updateTime,omitempty"`
  30. unknownFields protoimpl.UnknownFields
  31. sizeCache protoimpl.SizeCache
  32. }
  33. func (x *RankData) Reset() {
  34. *x = RankData{}
  35. mi := &file_rank_proto_msgTypes[0]
  36. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  37. ms.StoreMessageInfo(mi)
  38. }
  39. func (x *RankData) String() string {
  40. return protoimpl.X.MessageStringOf(x)
  41. }
  42. func (*RankData) ProtoMessage() {}
  43. func (x *RankData) ProtoReflect() protoreflect.Message {
  44. mi := &file_rank_proto_msgTypes[0]
  45. if x != nil {
  46. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  47. if ms.LoadMessageInfo() == nil {
  48. ms.StoreMessageInfo(mi)
  49. }
  50. return ms
  51. }
  52. return mi.MessageOf(x)
  53. }
  54. // Deprecated: Use RankData.ProtoReflect.Descriptor instead.
  55. func (*RankData) Descriptor() ([]byte, []int) {
  56. return file_rank_proto_rawDescGZIP(), []int{0}
  57. }
  58. func (x *RankData) GetRank() int32 {
  59. if x != nil {
  60. return x.Rank
  61. }
  62. return 0
  63. }
  64. func (x *RankData) GetValue() int64 {
  65. if x != nil {
  66. return x.Value
  67. }
  68. return 0
  69. }
  70. func (x *RankData) GetUpdateTime() int64 {
  71. if x != nil {
  72. return x.UpdateTime
  73. }
  74. return 0
  75. }
  76. // 玩家排行榜
  77. type PlayerRanklist struct {
  78. state protoimpl.MessageState `protogen:"open.v1"`
  79. // 排行榜ID P-排行榜表排行榜ID
  80. RankID int32 `protobuf:"varint,1,opt,name=rankID,proto3" json:"rankID,omitempty"`
  81. // 排行榜列表
  82. List []*RankPlayer `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
  83. // 我的排名 0没有上榜
  84. MyRank int32 `protobuf:"varint,3,opt,name=myRank,proto3" json:"myRank,omitempty"`
  85. unknownFields protoimpl.UnknownFields
  86. sizeCache protoimpl.SizeCache
  87. }
  88. func (x *PlayerRanklist) Reset() {
  89. *x = PlayerRanklist{}
  90. mi := &file_rank_proto_msgTypes[1]
  91. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  92. ms.StoreMessageInfo(mi)
  93. }
  94. func (x *PlayerRanklist) String() string {
  95. return protoimpl.X.MessageStringOf(x)
  96. }
  97. func (*PlayerRanklist) ProtoMessage() {}
  98. func (x *PlayerRanklist) ProtoReflect() protoreflect.Message {
  99. mi := &file_rank_proto_msgTypes[1]
  100. if x != nil {
  101. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  102. if ms.LoadMessageInfo() == nil {
  103. ms.StoreMessageInfo(mi)
  104. }
  105. return ms
  106. }
  107. return mi.MessageOf(x)
  108. }
  109. // Deprecated: Use PlayerRanklist.ProtoReflect.Descriptor instead.
  110. func (*PlayerRanklist) Descriptor() ([]byte, []int) {
  111. return file_rank_proto_rawDescGZIP(), []int{1}
  112. }
  113. func (x *PlayerRanklist) GetRankID() int32 {
  114. if x != nil {
  115. return x.RankID
  116. }
  117. return 0
  118. }
  119. func (x *PlayerRanklist) GetList() []*RankPlayer {
  120. if x != nil {
  121. return x.List
  122. }
  123. return nil
  124. }
  125. func (x *PlayerRanklist) GetMyRank() int32 {
  126. if x != nil {
  127. return x.MyRank
  128. }
  129. return 0
  130. }
  131. // 排行榜数据
  132. type RankPlayer struct {
  133. state protoimpl.MessageState `protogen:"open.v1"`
  134. // 玩家ID
  135. PlayerID int64 `protobuf:"varint,1,opt,name=playerID,proto3" json:"playerID,omitempty"`
  136. // 玩家名称
  137. PlayerName string `protobuf:"bytes,2,opt,name=playerName,proto3" json:"playerName,omitempty"`
  138. // 头像
  139. IconID int32 `protobuf:"varint,3,opt,name=IconID,proto3" json:"IconID,omitempty"`
  140. // 头像框
  141. FrameID int32 `protobuf:"varint,4,opt,name=frameID,proto3" json:"frameID,omitempty"`
  142. // 玩家主城坐标
  143. Point *Point `protobuf:"bytes,5,opt,name=point,proto3" json:"point,omitempty"`
  144. // 联盟ID
  145. LeagueID int64 `protobuf:"varint,6,opt,name=leagueID,proto3" json:"leagueID,omitempty"`
  146. // 联盟名称
  147. LeagueName string `protobuf:"bytes,7,opt,name=leagueName,proto3" json:"leagueName,omitempty"`
  148. // 排行数据
  149. Data *RankData `protobuf:"bytes,10,opt,name=data,proto3" json:"data,omitempty"`
  150. unknownFields protoimpl.UnknownFields
  151. sizeCache protoimpl.SizeCache
  152. }
  153. func (x *RankPlayer) Reset() {
  154. *x = RankPlayer{}
  155. mi := &file_rank_proto_msgTypes[2]
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. ms.StoreMessageInfo(mi)
  158. }
  159. func (x *RankPlayer) String() string {
  160. return protoimpl.X.MessageStringOf(x)
  161. }
  162. func (*RankPlayer) ProtoMessage() {}
  163. func (x *RankPlayer) ProtoReflect() protoreflect.Message {
  164. mi := &file_rank_proto_msgTypes[2]
  165. if x != nil {
  166. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  167. if ms.LoadMessageInfo() == nil {
  168. ms.StoreMessageInfo(mi)
  169. }
  170. return ms
  171. }
  172. return mi.MessageOf(x)
  173. }
  174. // Deprecated: Use RankPlayer.ProtoReflect.Descriptor instead.
  175. func (*RankPlayer) Descriptor() ([]byte, []int) {
  176. return file_rank_proto_rawDescGZIP(), []int{2}
  177. }
  178. func (x *RankPlayer) GetPlayerID() int64 {
  179. if x != nil {
  180. return x.PlayerID
  181. }
  182. return 0
  183. }
  184. func (x *RankPlayer) GetPlayerName() string {
  185. if x != nil {
  186. return x.PlayerName
  187. }
  188. return ""
  189. }
  190. func (x *RankPlayer) GetIconID() int32 {
  191. if x != nil {
  192. return x.IconID
  193. }
  194. return 0
  195. }
  196. func (x *RankPlayer) GetFrameID() int32 {
  197. if x != nil {
  198. return x.FrameID
  199. }
  200. return 0
  201. }
  202. func (x *RankPlayer) GetPoint() *Point {
  203. if x != nil {
  204. return x.Point
  205. }
  206. return nil
  207. }
  208. func (x *RankPlayer) GetLeagueID() int64 {
  209. if x != nil {
  210. return x.LeagueID
  211. }
  212. return 0
  213. }
  214. func (x *RankPlayer) GetLeagueName() string {
  215. if x != nil {
  216. return x.LeagueName
  217. }
  218. return ""
  219. }
  220. func (x *RankPlayer) GetData() *RankData {
  221. if x != nil {
  222. return x.Data
  223. }
  224. return nil
  225. }
  226. // 联盟排行榜
  227. type LeagueRanklist struct {
  228. state protoimpl.MessageState `protogen:"open.v1"`
  229. // 排行榜ID P-排行榜表排行榜ID
  230. RankID int32 `protobuf:"varint,1,opt,name=rankID,proto3" json:"rankID,omitempty"`
  231. // 排行榜列表
  232. List []*RankLeague `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
  233. // 我联盟的排名 0没有上榜
  234. MyRank int32 `protobuf:"varint,3,opt,name=myRank,proto3" json:"myRank,omitempty"`
  235. unknownFields protoimpl.UnknownFields
  236. sizeCache protoimpl.SizeCache
  237. }
  238. func (x *LeagueRanklist) Reset() {
  239. *x = LeagueRanklist{}
  240. mi := &file_rank_proto_msgTypes[3]
  241. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  242. ms.StoreMessageInfo(mi)
  243. }
  244. func (x *LeagueRanklist) String() string {
  245. return protoimpl.X.MessageStringOf(x)
  246. }
  247. func (*LeagueRanklist) ProtoMessage() {}
  248. func (x *LeagueRanklist) ProtoReflect() protoreflect.Message {
  249. mi := &file_rank_proto_msgTypes[3]
  250. if x != nil {
  251. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  252. if ms.LoadMessageInfo() == nil {
  253. ms.StoreMessageInfo(mi)
  254. }
  255. return ms
  256. }
  257. return mi.MessageOf(x)
  258. }
  259. // Deprecated: Use LeagueRanklist.ProtoReflect.Descriptor instead.
  260. func (*LeagueRanklist) Descriptor() ([]byte, []int) {
  261. return file_rank_proto_rawDescGZIP(), []int{3}
  262. }
  263. func (x *LeagueRanklist) GetRankID() int32 {
  264. if x != nil {
  265. return x.RankID
  266. }
  267. return 0
  268. }
  269. func (x *LeagueRanklist) GetList() []*RankLeague {
  270. if x != nil {
  271. return x.List
  272. }
  273. return nil
  274. }
  275. func (x *LeagueRanklist) GetMyRank() int32 {
  276. if x != nil {
  277. return x.MyRank
  278. }
  279. return 0
  280. }
  281. // 排行榜数据
  282. type RankLeague struct {
  283. state protoimpl.MessageState `protogen:"open.v1"`
  284. // 联盟ID
  285. LeagueID int64 `protobuf:"varint,1,opt,name=leagueID,proto3" json:"leagueID,omitempty"`
  286. // 联盟名称
  287. LeagueName string `protobuf:"bytes,2,opt,name=leagueName,proto3" json:"leagueName,omitempty"`
  288. // 联盟简称
  289. LeagueAbbName string `protobuf:"bytes,3,opt,name=leagueAbbName,proto3" json:"leagueAbbName,omitempty"`
  290. // 盟主玩家ID
  291. LeaderID int64 `protobuf:"varint,4,opt,name=leaderID,proto3" json:"leaderID,omitempty"`
  292. // 联盟盟主玩家名0
  293. PlayerName string `protobuf:"bytes,5,opt,name=playerName,proto3" json:"playerName,omitempty"`
  294. // 联盟驻地坐标
  295. Point *Point `protobuf:"bytes,6,opt,name=point,proto3" json:"point,omitempty"`
  296. // 当前联盟成员数量
  297. MemberCount int32 `protobuf:"varint,7,opt,name=memberCount,proto3" json:"memberCount,omitempty"`
  298. // 联盟成员上限
  299. MemberLimit int32 `protobuf:"varint,8,opt,name=memberLimit,proto3" json:"memberLimit,omitempty"`
  300. // 排行数据
  301. Data *RankData `protobuf:"bytes,15,opt,name=data,proto3" json:"data,omitempty"`
  302. unknownFields protoimpl.UnknownFields
  303. sizeCache protoimpl.SizeCache
  304. }
  305. func (x *RankLeague) Reset() {
  306. *x = RankLeague{}
  307. mi := &file_rank_proto_msgTypes[4]
  308. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  309. ms.StoreMessageInfo(mi)
  310. }
  311. func (x *RankLeague) String() string {
  312. return protoimpl.X.MessageStringOf(x)
  313. }
  314. func (*RankLeague) ProtoMessage() {}
  315. func (x *RankLeague) ProtoReflect() protoreflect.Message {
  316. mi := &file_rank_proto_msgTypes[4]
  317. if x != nil {
  318. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  319. if ms.LoadMessageInfo() == nil {
  320. ms.StoreMessageInfo(mi)
  321. }
  322. return ms
  323. }
  324. return mi.MessageOf(x)
  325. }
  326. // Deprecated: Use RankLeague.ProtoReflect.Descriptor instead.
  327. func (*RankLeague) Descriptor() ([]byte, []int) {
  328. return file_rank_proto_rawDescGZIP(), []int{4}
  329. }
  330. func (x *RankLeague) GetLeagueID() int64 {
  331. if x != nil {
  332. return x.LeagueID
  333. }
  334. return 0
  335. }
  336. func (x *RankLeague) GetLeagueName() string {
  337. if x != nil {
  338. return x.LeagueName
  339. }
  340. return ""
  341. }
  342. func (x *RankLeague) GetLeagueAbbName() string {
  343. if x != nil {
  344. return x.LeagueAbbName
  345. }
  346. return ""
  347. }
  348. func (x *RankLeague) GetLeaderID() int64 {
  349. if x != nil {
  350. return x.LeaderID
  351. }
  352. return 0
  353. }
  354. func (x *RankLeague) GetPlayerName() string {
  355. if x != nil {
  356. return x.PlayerName
  357. }
  358. return ""
  359. }
  360. func (x *RankLeague) GetPoint() *Point {
  361. if x != nil {
  362. return x.Point
  363. }
  364. return nil
  365. }
  366. func (x *RankLeague) GetMemberCount() int32 {
  367. if x != nil {
  368. return x.MemberCount
  369. }
  370. return 0
  371. }
  372. func (x *RankLeague) GetMemberLimit() int32 {
  373. if x != nil {
  374. return x.MemberLimit
  375. }
  376. return 0
  377. }
  378. func (x *RankLeague) GetData() *RankData {
  379. if x != nil {
  380. return x.Data
  381. }
  382. return nil
  383. }
  384. // 攻占城池列表
  385. type OccupyCastleList struct {
  386. state protoimpl.MessageState `protogen:"open.v1"`
  387. List []*OccupyCastle `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
  388. unknownFields protoimpl.UnknownFields
  389. sizeCache protoimpl.SizeCache
  390. }
  391. func (x *OccupyCastleList) Reset() {
  392. *x = OccupyCastleList{}
  393. mi := &file_rank_proto_msgTypes[5]
  394. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  395. ms.StoreMessageInfo(mi)
  396. }
  397. func (x *OccupyCastleList) String() string {
  398. return protoimpl.X.MessageStringOf(x)
  399. }
  400. func (*OccupyCastleList) ProtoMessage() {}
  401. func (x *OccupyCastleList) ProtoReflect() protoreflect.Message {
  402. mi := &file_rank_proto_msgTypes[5]
  403. if x != nil {
  404. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  405. if ms.LoadMessageInfo() == nil {
  406. ms.StoreMessageInfo(mi)
  407. }
  408. return ms
  409. }
  410. return mi.MessageOf(x)
  411. }
  412. // Deprecated: Use OccupyCastleList.ProtoReflect.Descriptor instead.
  413. func (*OccupyCastleList) Descriptor() ([]byte, []int) {
  414. return file_rank_proto_rawDescGZIP(), []int{5}
  415. }
  416. func (x *OccupyCastleList) GetList() []*OccupyCastle {
  417. if x != nil {
  418. return x.List
  419. }
  420. return nil
  421. }
  422. // 攻占城池
  423. type OccupyCastle struct {
  424. state protoimpl.MessageState `protogen:"open.v1"`
  425. // 城池ID D-地图-城池表城池配置ID
  426. CastleID int32 `protobuf:"varint,1,opt,name=castleID,proto3" json:"castleID,omitempty"`
  427. // 占领联盟ID
  428. LeagueID int64 `protobuf:"varint,2,opt,name=leagueID,proto3" json:"leagueID,omitempty"`
  429. // 占领联盟名称
  430. LeagueName string `protobuf:"bytes,3,opt,name=leagueName,proto3" json:"leagueName,omitempty"`
  431. unknownFields protoimpl.UnknownFields
  432. sizeCache protoimpl.SizeCache
  433. }
  434. func (x *OccupyCastle) Reset() {
  435. *x = OccupyCastle{}
  436. mi := &file_rank_proto_msgTypes[6]
  437. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  438. ms.StoreMessageInfo(mi)
  439. }
  440. func (x *OccupyCastle) String() string {
  441. return protoimpl.X.MessageStringOf(x)
  442. }
  443. func (*OccupyCastle) ProtoMessage() {}
  444. func (x *OccupyCastle) ProtoReflect() protoreflect.Message {
  445. mi := &file_rank_proto_msgTypes[6]
  446. if x != nil {
  447. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  448. if ms.LoadMessageInfo() == nil {
  449. ms.StoreMessageInfo(mi)
  450. }
  451. return ms
  452. }
  453. return mi.MessageOf(x)
  454. }
  455. // Deprecated: Use OccupyCastle.ProtoReflect.Descriptor instead.
  456. func (*OccupyCastle) Descriptor() ([]byte, []int) {
  457. return file_rank_proto_rawDescGZIP(), []int{6}
  458. }
  459. func (x *OccupyCastle) GetCastleID() int32 {
  460. if x != nil {
  461. return x.CastleID
  462. }
  463. return 0
  464. }
  465. func (x *OccupyCastle) GetLeagueID() int64 {
  466. if x != nil {
  467. return x.LeagueID
  468. }
  469. return 0
  470. }
  471. func (x *OccupyCastle) GetLeagueName() string {
  472. if x != nil {
  473. return x.LeagueName
  474. }
  475. return ""
  476. }
  477. var File_rank_proto protoreflect.FileDescriptor
  478. const file_rank_proto_rawDesc = "" +
  479. "\n" +
  480. "\n" +
  481. "rank.proto\x12\x02pb\x1a\x0fbase_type.proto\"T\n" +
  482. "\bRankData\x12\x12\n" +
  483. "\x04rank\x18\x01 \x01(\x05R\x04rank\x12\x14\n" +
  484. "\x05value\x18\x02 \x01(\x03R\x05value\x12\x1e\n" +
  485. "\n" +
  486. "updateTime\x18\x03 \x01(\x03R\n" +
  487. "updateTime\"d\n" +
  488. "\x0ePlayerRanklist\x12\x16\n" +
  489. "\x06rankID\x18\x01 \x01(\x05R\x06rankID\x12\"\n" +
  490. "\x04list\x18\x02 \x03(\v2\x0e.pb.RankPlayerR\x04list\x12\x16\n" +
  491. "\x06myRank\x18\x03 \x01(\x05R\x06myRank\"\xf9\x01\n" +
  492. "\n" +
  493. "RankPlayer\x12\x1a\n" +
  494. "\bplayerID\x18\x01 \x01(\x03R\bplayerID\x12\x1e\n" +
  495. "\n" +
  496. "playerName\x18\x02 \x01(\tR\n" +
  497. "playerName\x12\x16\n" +
  498. "\x06IconID\x18\x03 \x01(\x05R\x06IconID\x12\x18\n" +
  499. "\aframeID\x18\x04 \x01(\x05R\aframeID\x12\x1f\n" +
  500. "\x05point\x18\x05 \x01(\v2\t.pb.PointR\x05point\x12\x1a\n" +
  501. "\bleagueID\x18\x06 \x01(\x03R\bleagueID\x12\x1e\n" +
  502. "\n" +
  503. "leagueName\x18\a \x01(\tR\n" +
  504. "leagueName\x12 \n" +
  505. "\x04data\x18\n" +
  506. " \x01(\v2\f.pb.RankDataR\x04data\"d\n" +
  507. "\x0eLeagueRanklist\x12\x16\n" +
  508. "\x06rankID\x18\x01 \x01(\x05R\x06rankID\x12\"\n" +
  509. "\x04list\x18\x02 \x03(\v2\x0e.pb.RankLeagueR\x04list\x12\x16\n" +
  510. "\x06myRank\x18\x03 \x01(\x05R\x06myRank\"\xb1\x02\n" +
  511. "\n" +
  512. "RankLeague\x12\x1a\n" +
  513. "\bleagueID\x18\x01 \x01(\x03R\bleagueID\x12\x1e\n" +
  514. "\n" +
  515. "leagueName\x18\x02 \x01(\tR\n" +
  516. "leagueName\x12$\n" +
  517. "\rleagueAbbName\x18\x03 \x01(\tR\rleagueAbbName\x12\x1a\n" +
  518. "\bleaderID\x18\x04 \x01(\x03R\bleaderID\x12\x1e\n" +
  519. "\n" +
  520. "playerName\x18\x05 \x01(\tR\n" +
  521. "playerName\x12\x1f\n" +
  522. "\x05point\x18\x06 \x01(\v2\t.pb.PointR\x05point\x12 \n" +
  523. "\vmemberCount\x18\a \x01(\x05R\vmemberCount\x12 \n" +
  524. "\vmemberLimit\x18\b \x01(\x05R\vmemberLimit\x12 \n" +
  525. "\x04data\x18\x0f \x01(\v2\f.pb.RankDataR\x04data\"8\n" +
  526. "\x10OccupyCastleList\x12$\n" +
  527. "\x04list\x18\x01 \x03(\v2\x10.pb.OccupyCastleR\x04list\"f\n" +
  528. "\fOccupyCastle\x12\x1a\n" +
  529. "\bcastleID\x18\x01 \x01(\x05R\bcastleID\x12\x1a\n" +
  530. "\bleagueID\x18\x02 \x01(\x03R\bleagueID\x12\x1e\n" +
  531. "\n" +
  532. "leagueName\x18\x03 \x01(\tR\n" +
  533. "leagueNameB\x05Z\x03/pbb\x06proto3"
  534. var (
  535. file_rank_proto_rawDescOnce sync.Once
  536. file_rank_proto_rawDescData []byte
  537. )
  538. func file_rank_proto_rawDescGZIP() []byte {
  539. file_rank_proto_rawDescOnce.Do(func() {
  540. file_rank_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_rank_proto_rawDesc), len(file_rank_proto_rawDesc)))
  541. })
  542. return file_rank_proto_rawDescData
  543. }
  544. var file_rank_proto_msgTypes = make([]protoimpl.MessageInfo, 7)
  545. var file_rank_proto_goTypes = []any{
  546. (*RankData)(nil), // 0: pb.RankData
  547. (*PlayerRanklist)(nil), // 1: pb.PlayerRanklist
  548. (*RankPlayer)(nil), // 2: pb.RankPlayer
  549. (*LeagueRanklist)(nil), // 3: pb.LeagueRanklist
  550. (*RankLeague)(nil), // 4: pb.RankLeague
  551. (*OccupyCastleList)(nil), // 5: pb.OccupyCastleList
  552. (*OccupyCastle)(nil), // 6: pb.OccupyCastle
  553. (*Point)(nil), // 7: pb.Point
  554. }
  555. var file_rank_proto_depIdxs = []int32{
  556. 2, // 0: pb.PlayerRanklist.list:type_name -> pb.RankPlayer
  557. 7, // 1: pb.RankPlayer.point:type_name -> pb.Point
  558. 0, // 2: pb.RankPlayer.data:type_name -> pb.RankData
  559. 4, // 3: pb.LeagueRanklist.list:type_name -> pb.RankLeague
  560. 7, // 4: pb.RankLeague.point:type_name -> pb.Point
  561. 0, // 5: pb.RankLeague.data:type_name -> pb.RankData
  562. 6, // 6: pb.OccupyCastleList.list:type_name -> pb.OccupyCastle
  563. 7, // [7:7] is the sub-list for method output_type
  564. 7, // [7:7] is the sub-list for method input_type
  565. 7, // [7:7] is the sub-list for extension type_name
  566. 7, // [7:7] is the sub-list for extension extendee
  567. 0, // [0:7] is the sub-list for field type_name
  568. }
  569. func init() { file_rank_proto_init() }
  570. func file_rank_proto_init() {
  571. if File_rank_proto != nil {
  572. return
  573. }
  574. file_base_type_proto_init()
  575. type x struct{}
  576. out := protoimpl.TypeBuilder{
  577. File: protoimpl.DescBuilder{
  578. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  579. RawDescriptor: unsafe.Slice(unsafe.StringData(file_rank_proto_rawDesc), len(file_rank_proto_rawDesc)),
  580. NumEnums: 0,
  581. NumMessages: 7,
  582. NumExtensions: 0,
  583. NumServices: 0,
  584. },
  585. GoTypes: file_rank_proto_goTypes,
  586. DependencyIndexes: file_rank_proto_depIdxs,
  587. MessageInfos: file_rank_proto_msgTypes,
  588. }.Build()
  589. File_rank_proto = out.File
  590. file_rank_proto_goTypes = nil
  591. file_rank_proto_depIdxs = nil
  592. }