_crossAreaHandler.cs 62 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. // ***************************************************************************
  10. // * 作者= justsogo
  11. // * 创建时间= 2019-06-27
  12. // * 用途= 跨服场景,封神战
  13. // ***************************************************************************
  14. // Generated from: crossAreaHandler.proto
  15. // Note: requires additional types generated from: common.proto
  16. // Note: requires additional types generated from: player.proto
  17. namespace pomelo.area
  18. {
  19. //---------------------------------------------------------------------------------------
  20. /// <summary>
  21. /// 封神战据点信息
  22. /// </summary>
  23. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSBattleAreaInfo")]
  24. public partial class FSBattleAreaInfo : global::ProtoBuf.IExtensible
  25. {
  26. public FSBattleAreaInfo() {}
  27. private int _areaId;
  28. /// <summary>
  29. /// 公共信息
  30. /// </summary>
  31. /// <summary>
  32. /// 据点ID
  33. /// </summary>
  34. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  35. public int areaId
  36. {
  37. get { return _areaId; }
  38. set { _areaId = value; }
  39. }
  40. private int _areaStatus = default(int);
  41. /// <summary>
  42. /// 据点特殊状态,0-无,1-自己服务器,2-盟友服务器的, 3.敌人
  43. /// </summary>
  44. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"areaStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  45. [global::System.ComponentModel.DefaultValue(default(int))]
  46. public int areaStatus
  47. {
  48. get { return _areaStatus; }
  49. set { _areaStatus = value; }
  50. }
  51. private int _occupyServerId = default(int);
  52. /// <summary>
  53. /// 占领据点id
  54. /// </summary>
  55. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"occupyServerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  56. [global::System.ComponentModel.DefaultValue(default(int))]
  57. public int occupyServerId
  58. {
  59. get { return _occupyServerId; }
  60. set { _occupyServerId = value; }
  61. }
  62. private string _OccupyServerName = "";
  63. /// <summary>
  64. /// 占领的服务器名称
  65. /// </summary>
  66. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"OccupyServerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  67. [global::System.ComponentModel.DefaultValue("")]
  68. public string OccupyServerName
  69. {
  70. get { return _OccupyServerName; }
  71. set { _OccupyServerName = value; }
  72. }
  73. private int _areaCurUser = default(int);
  74. /// <summary>
  75. /// 战斗状态据点信息
  76. /// </summary>
  77. /// <summary>
  78. /// 据点当前攻打人数
  79. /// </summary>
  80. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"areaCurUser", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  81. [global::System.ComponentModel.DefaultValue(default(int))]
  82. public int areaCurUser
  83. {
  84. get { return _areaCurUser; }
  85. set { _areaCurUser = value; }
  86. }
  87. private int _RewardStatus = default(int);
  88. /// <summary>
  89. /// 空闲状态,据点需要信息
  90. /// </summary>
  91. /// <summary>
  92. /// 据点奖励, 0-不显示,1-可领取,2-已领取
  93. /// </summary>
  94. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"RewardStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  95. [global::System.ComponentModel.DefaultValue(default(int))]
  96. public int RewardStatus
  97. {
  98. get { return _RewardStatus; }
  99. set { _RewardStatus = value; }
  100. }
  101. private int _RewardStatus1 = default(int);
  102. /// <summary>
  103. /// 据点boss奖励,0-不显示(Boss没被杀,但是不能进去杀),1-可领取(Boss没被杀,可以进去杀),2-已领取(Boss已被干掉)
  104. /// </summary>
  105. [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"RewardStatus1", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  106. [global::System.ComponentModel.DefaultValue(default(int))]
  107. public int RewardStatus1
  108. {
  109. get { return _RewardStatus1; }
  110. set { _RewardStatus1 = value; }
  111. }
  112. private int _totalPlayers = default(int);
  113. [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"totalPlayers", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  114. [global::System.ComponentModel.DefaultValue(default(int))]
  115. public int totalPlayers
  116. {
  117. get { return _totalPlayers; }
  118. set { _totalPlayers = value; }
  119. }
  120. private global::ProtoBuf.IExtension extensionObject;
  121. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  122. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  123. }
  124. //---------------------------------------------------------------------------------------
  125. /// <summary>
  126. /// 列表玩家基本信息
  127. /// </summary>
  128. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSPlayerBaseInfo")]
  129. public partial class FSPlayerBaseInfo : global::ProtoBuf.IExtensible
  130. {
  131. public FSPlayerBaseInfo() {}
  132. private string _PlayerId = "";
  133. [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"PlayerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
  134. [global::System.ComponentModel.DefaultValue("")]
  135. public string PlayerId
  136. {
  137. get { return _PlayerId; }
  138. set { _PlayerId = value; }
  139. }
  140. private long _fightPower = default(long);
  141. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"fightPower", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  142. [global::System.ComponentModel.DefaultValue(default(long))]
  143. public long fightPower
  144. {
  145. get { return _fightPower; }
  146. set { _fightPower = value; }
  147. }
  148. private int _pro = default(int);
  149. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  150. [global::System.ComponentModel.DefaultValue(default(int))]
  151. public int pro
  152. {
  153. get { return _pro; }
  154. set { _pro = value; }
  155. }
  156. private int _sex = default(int);
  157. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"sex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  158. [global::System.ComponentModel.DefaultValue(default(int))]
  159. public int sex
  160. {
  161. get { return _sex; }
  162. set { _sex = value; }
  163. }
  164. private string _Name = "";
  165. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"Name", DataFormat = global::ProtoBuf.DataFormat.Default)]
  166. [global::System.ComponentModel.DefaultValue("")]
  167. public string Name
  168. {
  169. get { return _Name; }
  170. set { _Name = value; }
  171. }
  172. private global::ProtoBuf.IExtension extensionObject;
  173. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  174. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  175. }
  176. //---------------------------------------------------------------------------------------
  177. /// <summary>
  178. /// 盟友列表基本信息
  179. /// </summary>
  180. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSAlliesChooseBaseInfo")]
  181. public partial class FSAlliesChooseBaseInfo : global::ProtoBuf.IExtensible
  182. {
  183. public FSAlliesChooseBaseInfo() {}
  184. private int _serverId;
  185. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  186. public int serverId
  187. {
  188. get { return _serverId; }
  189. set { _serverId = value; }
  190. }
  191. private string _serverName;
  192. /// <summary>
  193. /// required int32 newMsgs = 3; //新消息数,仅针对决策者
  194. /// </summary>
  195. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"serverName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  196. public string serverName
  197. {
  198. get { return _serverName; }
  199. set { _serverName = value; }
  200. }
  201. private global::ProtoBuf.IExtension extensionObject;
  202. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  203. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  204. }
  205. //---------------------------------------------------------------------------------------
  206. /// <summary>
  207. /// 盟友聊天记录项
  208. /// </summary>
  209. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSAlliesChatItem")]
  210. public partial class FSAlliesChatItem : global::ProtoBuf.IExtensible
  211. {
  212. public FSAlliesChatItem() {}
  213. private pomelo.player.PlayerBasicSimple _playerInfo;
  214. /// <summary>
  215. /// 发送者基本信息
  216. /// </summary>
  217. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  218. public pomelo.player.PlayerBasicSimple playerInfo
  219. {
  220. get { return _playerInfo; }
  221. set { _playerInfo = value; }
  222. }
  223. private string _sendServerName;
  224. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"sendServerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  225. public string sendServerName
  226. {
  227. get { return _sendServerName; }
  228. set { _sendServerName = value; }
  229. }
  230. private string _senderContent;
  231. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"senderContent", DataFormat = global::ProtoBuf.DataFormat.Default)]
  232. public string senderContent
  233. {
  234. get { return _senderContent; }
  235. set { _senderContent = value; }
  236. }
  237. private int _time;
  238. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  239. public int time
  240. {
  241. get { return _time; }
  242. set { _time = value; }
  243. }
  244. private int _msgIndex;
  245. [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"msgIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  246. public int msgIndex
  247. {
  248. get { return _msgIndex; }
  249. set { _msgIndex = value; }
  250. }
  251. private global::ProtoBuf.IExtension extensionObject;
  252. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  253. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  254. }
  255. //---------------------------------------------------------------------------------------
  256. /// <summary>
  257. /// 封神战战斗信息
  258. /// </summary>
  259. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSAreaBattleInfo")]
  260. public partial class FSAreaBattleInfo : global::ProtoBuf.IExtensible
  261. {
  262. public FSAreaBattleInfo() {}
  263. private int _areaId;
  264. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  265. public int areaId
  266. {
  267. get { return _areaId; }
  268. set { _areaId = value; }
  269. }
  270. private int _areaCurUser = default(int);
  271. /// <summary>
  272. /// 据点当前攻打人数
  273. /// </summary>
  274. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"areaCurUser", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  275. [global::System.ComponentModel.DefaultValue(default(int))]
  276. public int areaCurUser
  277. {
  278. get { return _areaCurUser; }
  279. set { _areaCurUser = value; }
  280. }
  281. private string _curOccupyServeName = "";
  282. /// <summary>
  283. /// 战斗时,占领的服务器名称
  284. /// </summary>
  285. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"curOccupyServeName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  286. [global::System.ComponentModel.DefaultValue("")]
  287. public string curOccupyServeName
  288. {
  289. get { return _curOccupyServeName; }
  290. set { _curOccupyServeName = value; }
  291. }
  292. private int _curOccupyServerID = default(int);
  293. /// <summary>
  294. /// 战斗时,占领的服务器ID
  295. /// </summary>
  296. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"curOccupyServerID", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  297. [global::System.ComponentModel.DefaultValue(default(int))]
  298. public int curOccupyServerID
  299. {
  300. get { return _curOccupyServerID; }
  301. set { _curOccupyServerID = value; }
  302. }
  303. private int _status = default(int);
  304. /// <summary>
  305. /// 据点特殊状态,0-无,1-自己服务器,2-盟友服务器的, 3.敌人
  306. /// </summary>
  307. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"status", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  308. [global::System.ComponentModel.DefaultValue(default(int))]
  309. public int status
  310. {
  311. get { return _status; }
  312. set { _status = value; }
  313. }
  314. private int _totalPlayers = default(int);
  315. /// <summary>
  316. /// 总人数
  317. /// </summary>
  318. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"totalPlayers", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  319. [global::System.ComponentModel.DefaultValue(default(int))]
  320. public int totalPlayers
  321. {
  322. get { return _totalPlayers; }
  323. set { _totalPlayers = value; }
  324. }
  325. private global::ProtoBuf.IExtension extensionObject;
  326. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  327. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  328. }
  329. //---------------------------------------------------------------------------------------
  330. /// <summary>
  331. /// 封神战主面板信息请求,public static final short MSG_GetAreaFightMainInfo = 703;
  332. /// </summary>
  333. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGetAreaFightMainInfoRequest")]
  334. public partial class FSGetAreaFightMainInfoRequest : global::ProtoBuf.IExtensible
  335. {
  336. public FSGetAreaFightMainInfoRequest() {}
  337. private global::ProtoBuf.IExtension extensionObject;
  338. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  339. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  340. }
  341. //---------------------------------------------------------------------------------------
  342. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGetAreaFightMainInfoResponse")]
  343. public partial class FSGetAreaFightMainInfoResponse : global::ProtoBuf.IExtensible
  344. {
  345. public FSGetAreaFightMainInfoResponse() {}
  346. private int _s2c_code;
  347. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  348. public int s2c_code
  349. {
  350. get { return _s2c_code; }
  351. set { _s2c_code = value; }
  352. }
  353. private string _s2c_msg = "";
  354. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  355. [global::System.ComponentModel.DefaultValue("")]
  356. public string s2c_msg
  357. {
  358. get { return _s2c_msg; }
  359. set { _s2c_msg = value; }
  360. }
  361. private readonly global::System.Collections.Generic.List<pomelo.area.FSBattleAreaInfo> _areaInfo = new global::System.Collections.Generic.List<pomelo.area.FSBattleAreaInfo>();
  362. /// <summary>
  363. /// 据点信息
  364. /// </summary>
  365. [global::ProtoBuf.ProtoMember(3, Name=@"areaInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  366. public global::System.Collections.Generic.List<pomelo.area.FSBattleAreaInfo> areaInfo
  367. {
  368. get { return _areaInfo; }
  369. }
  370. private int _areaStatus;
  371. /// <summary>
  372. /// 据点状态,1 空闲,2战斗
  373. /// </summary>
  374. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"areaStatus", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  375. public int areaStatus
  376. {
  377. get { return _areaStatus; }
  378. set { _areaStatus = value; }
  379. }
  380. private int _statusTimes = default(int);
  381. /// <summary>
  382. /// 当前状态剩余时间(战斗倒计时,战斗开始倒计时),时间戳
  383. /// </summary>
  384. [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"statusTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  385. [global::System.ComponentModel.DefaultValue(default(int))]
  386. public int statusTimes
  387. {
  388. get { return _statusTimes; }
  389. set { _statusTimes = value; }
  390. }
  391. private pomelo.area.FSPlayerBaseInfo _leaderInfo = null;
  392. /// <summary>
  393. /// 可封神/扫星 操作的会长id
  394. /// </summary>
  395. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"leaderInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  396. [global::System.ComponentModel.DefaultValue(null)]
  397. public pomelo.area.FSPlayerBaseInfo leaderInfo
  398. {
  399. get { return _leaderInfo; }
  400. set { _leaderInfo = value; }
  401. }
  402. private int _relieveLeftTime = default(int);
  403. /// <summary>
  404. /// 复活倒计时,0表示可以复活,不用显示
  405. /// </summary>
  406. [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"relieveLeftTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  407. [global::System.ComponentModel.DefaultValue(default(int))]
  408. public int relieveLeftTime
  409. {
  410. get { return _relieveLeftTime; }
  411. set { _relieveLeftTime = value; }
  412. }
  413. private int _alliesServerId = default(int);
  414. /// <summary>
  415. /// 含义改成:封神服务器iD
  416. /// </summary>
  417. [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"alliesServerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  418. [global::System.ComponentModel.DefaultValue(default(int))]
  419. public int alliesServerId
  420. {
  421. get { return _alliesServerId; }
  422. set { _alliesServerId = value; }
  423. }
  424. private int _round = default(int);
  425. /// <summary>
  426. /// 轮次
  427. /// </summary>
  428. [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"round", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  429. [global::System.ComponentModel.DefaultValue(default(int))]
  430. public int round
  431. {
  432. get { return _round; }
  433. set { _round = value; }
  434. }
  435. private int _preAlliesShareRate = default(int);
  436. /// <summary>
  437. /// (废弃)上一轮次,显示每日奖励分成比例
  438. /// </summary>
  439. [global::ProtoBuf.ProtoMember(10, IsRequired = false, Name=@"preAlliesShareRate", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  440. [global::System.ComponentModel.DefaultValue(default(int))]
  441. public int preAlliesShareRate
  442. {
  443. get { return _preAlliesShareRate; }
  444. set { _preAlliesShareRate = value; }
  445. }
  446. private int _preAlliesServerId = default(int);
  447. /// <summary>
  448. /// (废弃)上一轮次盟友id
  449. /// </summary>
  450. [global::ProtoBuf.ProtoMember(11, IsRequired = false, Name=@"preAlliesServerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  451. [global::System.ComponentModel.DefaultValue(default(int))]
  452. public int preAlliesServerId
  453. {
  454. get { return _preAlliesServerId; }
  455. set { _preAlliesServerId = value; }
  456. }
  457. private string _preAlliesServerName = "";
  458. /// <summary>
  459. /// (废弃)上一轮次盟友名称
  460. /// </summary>
  461. [global::ProtoBuf.ProtoMember(12, IsRequired = false, Name=@"preAlliesServerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  462. [global::System.ComponentModel.DefaultValue("")]
  463. public string preAlliesServerName
  464. {
  465. get { return _preAlliesServerName; }
  466. set { _preAlliesServerName = value; }
  467. }
  468. private global::ProtoBuf.IExtension extensionObject;
  469. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  470. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  471. }
  472. //---------------------------------------------------------------------------------------
  473. /// <summary>
  474. /// 查看盟友列表,战力榜第一玩家详细信息,public static final short MSG_GetServerPointUserDetail = 707;
  475. /// </summary>
  476. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGetServerPointUserDetailRequest")]
  477. public partial class FSGetServerPointUserDetailRequest : global::ProtoBuf.IExtensible
  478. {
  479. public FSGetServerPointUserDetailRequest() {}
  480. private string _playerId;
  481. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
  482. public string playerId
  483. {
  484. get { return _playerId; }
  485. set { _playerId = value; }
  486. }
  487. private int _serverId;
  488. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  489. public int serverId
  490. {
  491. get { return _serverId; }
  492. set { _serverId = value; }
  493. }
  494. private global::ProtoBuf.IExtension extensionObject;
  495. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  496. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  497. }
  498. //---------------------------------------------------------------------------------------
  499. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGetServerPointUserDetailResponse")]
  500. public partial class FSGetServerPointUserDetailResponse : global::ProtoBuf.IExtensible
  501. {
  502. public FSGetServerPointUserDetailResponse() {}
  503. private int _s2c_code;
  504. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  505. public int s2c_code
  506. {
  507. get { return _s2c_code; }
  508. set { _s2c_code = value; }
  509. }
  510. private string _s2c_msg = "";
  511. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  512. [global::System.ComponentModel.DefaultValue("")]
  513. public string s2c_msg
  514. {
  515. get { return _s2c_msg; }
  516. set { _s2c_msg = value; }
  517. }
  518. private pomelo.player.LookUpPlayer _s2c_data = null;
  519. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  520. [global::System.ComponentModel.DefaultValue(null)]
  521. public pomelo.player.LookUpPlayer s2c_data
  522. {
  523. get { return _s2c_data; }
  524. set { _s2c_data = value; }
  525. }
  526. private global::ProtoBuf.IExtension extensionObject;
  527. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  528. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  529. }
  530. //---------------------------------------------------------------------------------------
  531. /// <summary>
  532. /// 查看所有可选择盟友列表, public static final short MSG_GetAllServerList = 708;
  533. /// </summary>
  534. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGetAllServerListRequest")]
  535. public partial class FSGetAllServerListRequest : global::ProtoBuf.IExtensible
  536. {
  537. public FSGetAllServerListRequest() {}
  538. private global::ProtoBuf.IExtension extensionObject;
  539. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  540. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  541. }
  542. //---------------------------------------------------------------------------------------
  543. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGetAllServerListResponse")]
  544. public partial class FSGetAllServerListResponse : global::ProtoBuf.IExtensible
  545. {
  546. public FSGetAllServerListResponse() {}
  547. private int _s2c_code;
  548. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  549. public int s2c_code
  550. {
  551. get { return _s2c_code; }
  552. set { _s2c_code = value; }
  553. }
  554. private string _s2c_msg = "";
  555. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  556. [global::System.ComponentModel.DefaultValue("")]
  557. public string s2c_msg
  558. {
  559. get { return _s2c_msg; }
  560. set { _s2c_msg = value; }
  561. }
  562. private readonly global::System.Collections.Generic.List<pomelo.area.FSAlliesChooseBaseInfo> _info = new global::System.Collections.Generic.List<pomelo.area.FSAlliesChooseBaseInfo>();
  563. [global::ProtoBuf.ProtoMember(3, Name=@"info", DataFormat = global::ProtoBuf.DataFormat.Default)]
  564. public global::System.Collections.Generic.List<pomelo.area.FSAlliesChooseBaseInfo> info
  565. {
  566. get { return _info; }
  567. }
  568. private global::ProtoBuf.IExtension extensionObject;
  569. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  570. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  571. }
  572. //---------------------------------------------------------------------------------------
  573. /// <summary>
  574. /// 请求盟友服务器交谈记录, 客户端缓存, 10s内不允许重复请求public static final short MSG_GetAlliesChatRecord = 710;
  575. /// </summary>
  576. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGetAllAlliesChatRecordRequest")]
  577. public partial class FSGetAllAlliesChatRecordRequest : global::ProtoBuf.IExtensible
  578. {
  579. public FSGetAllAlliesChatRecordRequest() {}
  580. private int _pointServerId;
  581. /// <summary>
  582. /// -1代表全服
  583. /// </summary>
  584. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"pointServerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  585. public int pointServerId
  586. {
  587. get { return _pointServerId; }
  588. set { _pointServerId = value; }
  589. }
  590. private int _maxMsgId;
  591. /// <summary>
  592. /// 最大消息ID, 第一次发0过来
  593. /// </summary>
  594. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"maxMsgId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  595. public int maxMsgId
  596. {
  597. get { return _maxMsgId; }
  598. set { _maxMsgId = value; }
  599. }
  600. private global::ProtoBuf.IExtension extensionObject;
  601. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  602. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  603. }
  604. //---------------------------------------------------------------------------------------
  605. /// <summary>
  606. /// 1. 服务器一次最多返回10条, 如果isEnd为false,代表后续还有消息。玩家往上翻的时候,才会继续去请求剩余消息,直到为true 2. 打开界面监听聊天消息新增的推送MSG_AlliesChatMsgPush = 1407
  607. /// </summary>
  608. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGetAllAlliesChatRecordResponse")]
  609. public partial class FSGetAllAlliesChatRecordResponse : global::ProtoBuf.IExtensible
  610. {
  611. public FSGetAllAlliesChatRecordResponse() {}
  612. private int _s2c_code;
  613. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  614. public int s2c_code
  615. {
  616. get { return _s2c_code; }
  617. set { _s2c_code = value; }
  618. }
  619. private string _s2c_msg = "";
  620. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  621. [global::System.ComponentModel.DefaultValue("")]
  622. public string s2c_msg
  623. {
  624. get { return _s2c_msg; }
  625. set { _s2c_msg = value; }
  626. }
  627. private bool _isEnd;
  628. /// <summary>
  629. /// 是否还有后续消息
  630. /// </summary>
  631. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"isEnd", DataFormat = global::ProtoBuf.DataFormat.Default)]
  632. public bool isEnd
  633. {
  634. get { return _isEnd; }
  635. set { _isEnd = value; }
  636. }
  637. private int _serverId = default(int);
  638. /// <summary>
  639. /// 代表那个频道的消息
  640. /// </summary>
  641. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  642. [global::System.ComponentModel.DefaultValue(default(int))]
  643. public int serverId
  644. {
  645. get { return _serverId; }
  646. set { _serverId = value; }
  647. }
  648. private readonly global::System.Collections.Generic.List<pomelo.area.FSAlliesChatItem> _info = new global::System.Collections.Generic.List<pomelo.area.FSAlliesChatItem>();
  649. [global::ProtoBuf.ProtoMember(5, Name=@"info", DataFormat = global::ProtoBuf.DataFormat.Default)]
  650. public global::System.Collections.Generic.List<pomelo.area.FSAlliesChatItem> info
  651. {
  652. get { return _info; }
  653. }
  654. private global::ProtoBuf.IExtension extensionObject;
  655. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  656. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  657. }
  658. //---------------------------------------------------------------------------------------
  659. /// <summary>
  660. /// 服务器之间交谈 public static final short MSG_SendMsgToAlliesServer = 711;
  661. /// </summary>
  662. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSSendMsgToAlliesServerRequest")]
  663. public partial class FSSendMsgToAlliesServerRequest : global::ProtoBuf.IExtensible
  664. {
  665. public FSSendMsgToAlliesServerRequest() {}
  666. private int _pointServerId;
  667. /// <summary>
  668. /// -1代表全服
  669. /// </summary>
  670. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"pointServerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  671. public int pointServerId
  672. {
  673. get { return _pointServerId; }
  674. set { _pointServerId = value; }
  675. }
  676. private string _content;
  677. /// <summary>
  678. /// 表情,并入字符串,客户端自行拼接,解析
  679. /// </summary>
  680. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"content", DataFormat = global::ProtoBuf.DataFormat.Default)]
  681. public string content
  682. {
  683. get { return _content; }
  684. set { _content = value; }
  685. }
  686. private global::ProtoBuf.IExtension extensionObject;
  687. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  688. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  689. }
  690. //---------------------------------------------------------------------------------------
  691. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSSendMsgToAlliesServerResponse")]
  692. public partial class FSSendMsgToAlliesServerResponse : global::ProtoBuf.IExtensible
  693. {
  694. public FSSendMsgToAlliesServerResponse() {}
  695. private int _s2c_code;
  696. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  697. public int s2c_code
  698. {
  699. get { return _s2c_code; }
  700. set { _s2c_code = value; }
  701. }
  702. private string _s2c_msg = "";
  703. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  704. [global::System.ComponentModel.DefaultValue("")]
  705. public string s2c_msg
  706. {
  707. get { return _s2c_msg; }
  708. set { _s2c_msg = value; }
  709. }
  710. private global::ProtoBuf.IExtension extensionObject;
  711. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  712. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  713. }
  714. //---------------------------------------------------------------------------------------
  715. /// <summary>
  716. /// 领取据点奖励,public static final short MSG_GetAreaReward = 712;
  717. /// </summary>
  718. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGetAreaRewardRequest")]
  719. public partial class FSGetAreaRewardRequest : global::ProtoBuf.IExtensible
  720. {
  721. public FSGetAreaRewardRequest() {}
  722. private int _areaId;
  723. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  724. public int areaId
  725. {
  726. get { return _areaId; }
  727. set { _areaId = value; }
  728. }
  729. private global::ProtoBuf.IExtension extensionObject;
  730. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  731. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  732. }
  733. //---------------------------------------------------------------------------------------
  734. /// <summary>
  735. /// 奖励信息读表, X shareProportion
  736. /// </summary>
  737. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGetAreaRewardResponse")]
  738. public partial class FSGetAreaRewardResponse : global::ProtoBuf.IExtensible
  739. {
  740. public FSGetAreaRewardResponse() {}
  741. private int _s2c_code;
  742. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  743. public int s2c_code
  744. {
  745. get { return _s2c_code; }
  746. set { _s2c_code = value; }
  747. }
  748. private string _s2c_msg = "";
  749. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  750. [global::System.ComponentModel.DefaultValue("")]
  751. public string s2c_msg
  752. {
  753. get { return _s2c_msg; }
  754. set { _s2c_msg = value; }
  755. }
  756. private global::ProtoBuf.IExtension extensionObject;
  757. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  758. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  759. }
  760. //---------------------------------------------------------------------------------------
  761. /// <summary>
  762. /// 请求进入据点或者切换据点, public static final short MSG_RequestEnterArea = 713;
  763. /// </summary>
  764. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSEnterAreaRequest")]
  765. public partial class FSEnterAreaRequest : global::ProtoBuf.IExtensible
  766. {
  767. public FSEnterAreaRequest() {}
  768. private int _areaId;
  769. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  770. public int areaId
  771. {
  772. get { return _areaId; }
  773. set { _areaId = value; }
  774. }
  775. private global::ProtoBuf.IExtension extensionObject;
  776. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  777. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  778. }
  779. //---------------------------------------------------------------------------------------
  780. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSEnterAreaResponse")]
  781. public partial class FSEnterAreaResponse : global::ProtoBuf.IExtensible
  782. {
  783. public FSEnterAreaResponse() {}
  784. private int _s2c_code;
  785. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  786. public int s2c_code
  787. {
  788. get { return _s2c_code; }
  789. set { _s2c_code = value; }
  790. }
  791. private string _s2c_msg = "";
  792. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  793. [global::System.ComponentModel.DefaultValue("")]
  794. public string s2c_msg
  795. {
  796. get { return _s2c_msg; }
  797. set { _s2c_msg = value; }
  798. }
  799. private bool _isAreaFull = default(bool);
  800. /// <summary>
  801. /// 据点是否满了(人数刷新存在延时,如果收到这个,客户端强制把据点当前攻打人数置满)
  802. /// </summary>
  803. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isAreaFull", DataFormat = global::ProtoBuf.DataFormat.Default)]
  804. [global::System.ComponentModel.DefaultValue(default(bool))]
  805. public bool isAreaFull
  806. {
  807. get { return _isAreaFull; }
  808. set { _isAreaFull = value; }
  809. }
  810. private global::ProtoBuf.IExtension extensionObject;
  811. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  812. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  813. }
  814. //---------------------------------------------------------------------------------------
  815. /// <summary>
  816. /// 封神据点boss每日挑战, public static final short MSG_RequestFSArea_DailyFight = 714;
  817. /// </summary>
  818. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSAreaDailyFightRequest")]
  819. public partial class FSAreaDailyFightRequest : global::ProtoBuf.IExtensible
  820. {
  821. public FSAreaDailyFightRequest() {}
  822. private int _areaId;
  823. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  824. public int areaId
  825. {
  826. get { return _areaId; }
  827. set { _areaId = value; }
  828. }
  829. private global::ProtoBuf.IExtension extensionObject;
  830. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  831. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  832. }
  833. //---------------------------------------------------------------------------------------
  834. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSAreaDailyFightResponse")]
  835. public partial class FSAreaDailyFightResponse : global::ProtoBuf.IExtensible
  836. {
  837. public FSAreaDailyFightResponse() {}
  838. private int _s2c_code;
  839. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  840. public int s2c_code
  841. {
  842. get { return _s2c_code; }
  843. set { _s2c_code = value; }
  844. }
  845. private string _s2c_msg = "";
  846. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  847. [global::System.ComponentModel.DefaultValue("")]
  848. public string s2c_msg
  849. {
  850. get { return _s2c_msg; }
  851. set { _s2c_msg = value; }
  852. }
  853. private global::ProtoBuf.IExtension extensionObject;
  854. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  855. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  856. }
  857. //---------------------------------------------------------------------------------------
  858. /// <summary>
  859. /// 封神战,战斗状态,客户端定时请求刷新(5s间隔), public static final short MSG_FSBattleClientRefresh = 715;
  860. /// </summary>
  861. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSBattleClientRefreshRequest")]
  862. public partial class FSBattleClientRefreshRequest : global::ProtoBuf.IExtensible
  863. {
  864. public FSBattleClientRefreshRequest() {}
  865. private global::ProtoBuf.IExtension extensionObject;
  866. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  867. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  868. }
  869. //---------------------------------------------------------------------------------------
  870. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSBattleClientRefreshResponse")]
  871. public partial class FSBattleClientRefreshResponse : global::ProtoBuf.IExtensible
  872. {
  873. public FSBattleClientRefreshResponse() {}
  874. private int _s2c_code;
  875. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  876. public int s2c_code
  877. {
  878. get { return _s2c_code; }
  879. set { _s2c_code = value; }
  880. }
  881. private string _s2c_msg = "";
  882. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  883. [global::System.ComponentModel.DefaultValue("")]
  884. public string s2c_msg
  885. {
  886. get { return _s2c_msg; }
  887. set { _s2c_msg = value; }
  888. }
  889. private readonly global::System.Collections.Generic.List<pomelo.area.FSAreaBattleInfo> _areaInfo = new global::System.Collections.Generic.List<pomelo.area.FSAreaBattleInfo>();
  890. [global::ProtoBuf.ProtoMember(3, Name=@"areaInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
  891. public global::System.Collections.Generic.List<pomelo.area.FSAreaBattleInfo> areaInfo
  892. {
  893. get { return _areaInfo; }
  894. }
  895. private global::ProtoBuf.IExtension extensionObject;
  896. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  897. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  898. }
  899. //---------------------------------------------------------------------------------------
  900. /// <summary>
  901. /// 封神,扫星界面玩家信息
  902. /// </summary>
  903. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSPlayerInfo")]
  904. public partial class FSPlayerInfo : global::ProtoBuf.IExtensible
  905. {
  906. public FSPlayerInfo() {}
  907. private pomelo.player.PlayerBasic _item;
  908. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)]
  909. public pomelo.player.PlayerBasic item
  910. {
  911. get { return _item; }
  912. set { _item = value; }
  913. }
  914. private int _showIndex;
  915. /// <summary>
  916. /// 从左往右0-4
  917. /// </summary>
  918. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"showIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  919. public int showIndex
  920. {
  921. get { return _showIndex; }
  922. set { _showIndex = value; }
  923. }
  924. private string _serverName = "";
  925. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"serverName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  926. [global::System.ComponentModel.DefaultValue("")]
  927. public string serverName
  928. {
  929. get { return _serverName; }
  930. set { _serverName = value; }
  931. }
  932. private global::ProtoBuf.IExtension extensionObject;
  933. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  934. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  935. }
  936. //---------------------------------------------------------------------------------------
  937. /// <summary>
  938. /// 获取封神界面信息(服务器列表信息各个界面共享,需要缓存,不能每点击一次请求一次) MSG_GetFengShenMainInfo = 724;
  939. /// </summary>
  940. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetFengShenMainInfoRequest")]
  941. public partial class GetFengShenMainInfoRequest : global::ProtoBuf.IExtensible
  942. {
  943. public GetFengShenMainInfoRequest() {}
  944. private global::ProtoBuf.IExtension extensionObject;
  945. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  946. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  947. }
  948. //---------------------------------------------------------------------------------------
  949. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetFengShenMainInfoResponse")]
  950. public partial class GetFengShenMainInfoResponse : global::ProtoBuf.IExtensible
  951. {
  952. public GetFengShenMainInfoResponse() {}
  953. private int _s2c_code;
  954. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  955. public int s2c_code
  956. {
  957. get { return _s2c_code; }
  958. set { _s2c_code = value; }
  959. }
  960. private string _s2c_msg = "";
  961. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  962. [global::System.ComponentModel.DefaultValue("")]
  963. public string s2c_msg
  964. {
  965. get { return _s2c_msg; }
  966. set { _s2c_msg = value; }
  967. }
  968. private readonly global::System.Collections.Generic.List<pomelo.area.FSPlayerInfo> _s2c_data = new global::System.Collections.Generic.List<pomelo.area.FSPlayerInfo>();
  969. /// <summary>
  970. /// 可封神的玩家id,找showIndex=2的id即可
  971. /// </summary>
  972. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  973. public global::System.Collections.Generic.List<pomelo.area.FSPlayerInfo> s2c_data
  974. {
  975. get { return _s2c_data; }
  976. }
  977. private global::ProtoBuf.IExtension extensionObject;
  978. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  979. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  980. }
  981. //---------------------------------------------------------------------------------------
  982. /// <summary>
  983. /// 获取扫星界面信息(服务器列表信息各个界面共享,需要缓存,不能每点击一次请求一次) MSG_GetSaoXingMainInfo = 721;
  984. /// </summary>
  985. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetSaoXingMainInfoRequest")]
  986. public partial class GetSaoXingMainInfoRequest : global::ProtoBuf.IExtensible
  987. {
  988. public GetSaoXingMainInfoRequest() {}
  989. private global::ProtoBuf.IExtension extensionObject;
  990. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  991. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  992. }
  993. //---------------------------------------------------------------------------------------
  994. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetSaoXingMainInfoResponse")]
  995. public partial class GetSaoXingMainInfoResponse : global::ProtoBuf.IExtensible
  996. {
  997. public GetSaoXingMainInfoResponse() {}
  998. private int _s2c_code;
  999. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1000. public int s2c_code
  1001. {
  1002. get { return _s2c_code; }
  1003. set { _s2c_code = value; }
  1004. }
  1005. private string _s2c_msg = "";
  1006. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1007. [global::System.ComponentModel.DefaultValue("")]
  1008. public string s2c_msg
  1009. {
  1010. get { return _s2c_msg; }
  1011. set { _s2c_msg = value; }
  1012. }
  1013. private readonly global::System.Collections.Generic.List<pomelo.area.FSPlayerInfo> _s2c_data = new global::System.Collections.Generic.List<pomelo.area.FSPlayerInfo>();
  1014. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1015. public global::System.Collections.Generic.List<pomelo.area.FSPlayerInfo> s2c_data
  1016. {
  1017. get { return _s2c_data; }
  1018. }
  1019. private global::ProtoBuf.IExtension extensionObject;
  1020. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1021. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1022. }
  1023. //---------------------------------------------------------------------------------------
  1024. /// <summary>
  1025. /// 请求某个服务器玩家列表信息(用于封神/扫星, 重复切换服务器,不重复请求数据) MSG_GetServerPlayers = 722;
  1026. /// </summary>
  1027. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetServerPlayersRequest")]
  1028. public partial class GetServerPlayersRequest : global::ProtoBuf.IExtensible
  1029. {
  1030. public GetServerPlayersRequest() {}
  1031. private int _s2c_serverId;
  1032. /// <summary>
  1033. /// 查看的服务器id
  1034. /// </summary>
  1035. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1036. public int s2c_serverId
  1037. {
  1038. get { return _s2c_serverId; }
  1039. set { _s2c_serverId = value; }
  1040. }
  1041. private global::ProtoBuf.IExtension extensionObject;
  1042. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1043. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1044. }
  1045. //---------------------------------------------------------------------------------------
  1046. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetServerPlayersResponse")]
  1047. public partial class GetServerPlayersResponse : global::ProtoBuf.IExtensible
  1048. {
  1049. public GetServerPlayersResponse() {}
  1050. private int _s2c_code;
  1051. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1052. public int s2c_code
  1053. {
  1054. get { return _s2c_code; }
  1055. set { _s2c_code = value; }
  1056. }
  1057. private string _s2c_msg = "";
  1058. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1059. [global::System.ComponentModel.DefaultValue("")]
  1060. public string s2c_msg
  1061. {
  1062. get { return _s2c_msg; }
  1063. set { _s2c_msg = value; }
  1064. }
  1065. private readonly global::System.Collections.Generic.List<pomelo.player.PlayerBasicSimple> _data = new global::System.Collections.Generic.List<pomelo.player.PlayerBasicSimple>();
  1066. [global::ProtoBuf.ProtoMember(3, Name=@"data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1067. public global::System.Collections.Generic.List<pomelo.player.PlayerBasicSimple> data
  1068. {
  1069. get { return _data; }
  1070. }
  1071. private int _serverId = default(int);
  1072. /// <summary>
  1073. /// 请求的服务器id
  1074. /// </summary>
  1075. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1076. [global::System.ComponentModel.DefaultValue(default(int))]
  1077. public int serverId
  1078. {
  1079. get { return _serverId; }
  1080. set { _serverId = value; }
  1081. }
  1082. private global::ProtoBuf.IExtension extensionObject;
  1083. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1084. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1085. }
  1086. //---------------------------------------------------------------------------------------
  1087. /// <summary>
  1088. /// 给某个玩家赋予封神/扫星称号 MSG_GivePlayerTitile = 723;
  1089. /// </summary>
  1090. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GivePlayerTitleRequest")]
  1091. public partial class GivePlayerTitleRequest : global::ProtoBuf.IExtensible
  1092. {
  1093. public GivePlayerTitleRequest() {}
  1094. private int _type;
  1095. /// <summary>
  1096. /// 0-封神,1-扫星
  1097. /// </summary>
  1098. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1099. public int type
  1100. {
  1101. get { return _type; }
  1102. set { _type = value; }
  1103. }
  1104. private string _c2s_playerId;
  1105. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_playerId", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1106. public string c2s_playerId
  1107. {
  1108. get { return _c2s_playerId; }
  1109. set { _c2s_playerId = value; }
  1110. }
  1111. private int _serverId;
  1112. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1113. public int serverId
  1114. {
  1115. get { return _serverId; }
  1116. set { _serverId = value; }
  1117. }
  1118. private int _pos;
  1119. /// <summary>
  1120. /// 0-4
  1121. /// </summary>
  1122. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1123. public int pos
  1124. {
  1125. get { return _pos; }
  1126. set { _pos = value; }
  1127. }
  1128. private global::ProtoBuf.IExtension extensionObject;
  1129. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1130. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1131. }
  1132. //---------------------------------------------------------------------------------------
  1133. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GivePlayerTitleResponse")]
  1134. public partial class GivePlayerTitleResponse : global::ProtoBuf.IExtensible
  1135. {
  1136. public GivePlayerTitleResponse() {}
  1137. private int _s2c_code;
  1138. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1139. public int s2c_code
  1140. {
  1141. get { return _s2c_code; }
  1142. set { _s2c_code = value; }
  1143. }
  1144. private string _s2c_msg = "";
  1145. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1146. [global::System.ComponentModel.DefaultValue("")]
  1147. public string s2c_msg
  1148. {
  1149. get { return _s2c_msg; }
  1150. set { _s2c_msg = value; }
  1151. }
  1152. private int _s2c_type = default(int);
  1153. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1154. [global::System.ComponentModel.DefaultValue(default(int))]
  1155. public int s2c_type
  1156. {
  1157. get { return _s2c_type; }
  1158. set { _s2c_type = value; }
  1159. }
  1160. private pomelo.area.FSPlayerInfo _s2c_data = null;
  1161. /// <summary>
  1162. /// 成功,用于刷新界面
  1163. /// </summary>
  1164. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1165. [global::System.ComponentModel.DefaultValue(null)]
  1166. public pomelo.area.FSPlayerInfo s2c_data
  1167. {
  1168. get { return _s2c_data; }
  1169. set { _s2c_data = value; }
  1170. }
  1171. private global::ProtoBuf.IExtension extensionObject;
  1172. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1173. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1174. }
  1175. //---------------------------------------------------------------------------------------
  1176. /// <summary>
  1177. /// 封神战场景中,据点被占领推送, public static final short MSG_GrantGodTitle_MainPush = 1406;
  1178. /// </summary>
  1179. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGrantGodTitle_MainPush")]
  1180. public partial class FSGrantGodTitle_MainPush : global::ProtoBuf.IExtensible
  1181. {
  1182. public FSGrantGodTitle_MainPush() {}
  1183. private int _areaId;
  1184. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1185. public int areaId
  1186. {
  1187. get { return _areaId; }
  1188. set { _areaId = value; }
  1189. }
  1190. private string _occupyServerName = "";
  1191. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"occupyServerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1192. [global::System.ComponentModel.DefaultValue("")]
  1193. public string occupyServerName
  1194. {
  1195. get { return _occupyServerName; }
  1196. set { _occupyServerName = value; }
  1197. }
  1198. private int _serverId = default(int);
  1199. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1200. [global::System.ComponentModel.DefaultValue(default(int))]
  1201. public int serverId
  1202. {
  1203. get { return _serverId; }
  1204. set { _serverId = value; }
  1205. }
  1206. private global::ProtoBuf.IExtension extensionObject;
  1207. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1208. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1209. }
  1210. //---------------------------------------------------------------------------------------
  1211. /// <summary>
  1212. /// 盟友聊天,消息推送, 1407
  1213. /// </summary>
  1214. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSAlliesChatMsgPush")]
  1215. public partial class FSAlliesChatMsgPush : global::ProtoBuf.IExtensible
  1216. {
  1217. public FSAlliesChatMsgPush() {}
  1218. private int _serverId;
  1219. /// <summary>
  1220. /// 代表频道。-1全服
  1221. /// </summary>
  1222. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"serverId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1223. public int serverId
  1224. {
  1225. get { return _serverId; }
  1226. set { _serverId = value; }
  1227. }
  1228. private pomelo.area.FSAlliesChatItem _msg;
  1229. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1230. public pomelo.area.FSAlliesChatItem msg
  1231. {
  1232. get { return _msg; }
  1233. set { _msg = value; }
  1234. }
  1235. private int _senderServerId = default(int);
  1236. /// <summary>
  1237. /// 代表发送者服务器id
  1238. /// </summary>
  1239. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"senderServerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1240. [global::System.ComponentModel.DefaultValue(default(int))]
  1241. public int senderServerId
  1242. {
  1243. get { return _senderServerId; }
  1244. set { _senderServerId = value; }
  1245. }
  1246. private global::ProtoBuf.IExtension extensionObject;
  1247. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1248. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1249. }
  1250. //---------------------------------------------------------------------------------------
  1251. /// <summary>
  1252. /// 封神每日boss奖励推送, 1410
  1253. /// </summary>
  1254. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BossRewardInfo")]
  1255. public partial class BossRewardInfo : global::ProtoBuf.IExtensible
  1256. {
  1257. public BossRewardInfo() {}
  1258. private int _num;
  1259. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1260. public int num
  1261. {
  1262. get { return _num; }
  1263. set { _num = value; }
  1264. }
  1265. private string _itemcode;
  1266. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"itemcode", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1267. public string itemcode
  1268. {
  1269. get { return _itemcode; }
  1270. set { _itemcode = value; }
  1271. }
  1272. private global::ProtoBuf.IExtension extensionObject;
  1273. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1274. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1275. }
  1276. //---------------------------------------------------------------------------------------
  1277. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSDailyBossRewardPush")]
  1278. public partial class FSDailyBossRewardPush : global::ProtoBuf.IExtensible
  1279. {
  1280. public FSDailyBossRewardPush() {}
  1281. private readonly global::System.Collections.Generic.List<pomelo.area.BossRewardInfo> _data = new global::System.Collections.Generic.List<pomelo.area.BossRewardInfo>();
  1282. [global::ProtoBuf.ProtoMember(1, Name=@"data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1283. public global::System.Collections.Generic.List<pomelo.area.BossRewardInfo> data
  1284. {
  1285. get { return _data; }
  1286. }
  1287. private global::ProtoBuf.IExtension extensionObject;
  1288. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1289. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1290. }
  1291. //---------------------------------------------------------------------------------------
  1292. /// <summary>
  1293. /// msgid = 1412
  1294. /// </summary>
  1295. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSGameEndPush")]
  1296. public partial class FSGameEndPush : global::ProtoBuf.IExtensible
  1297. {
  1298. public FSGameEndPush() {}
  1299. private int _winServerId = default(int);
  1300. [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"winServerId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1301. [global::System.ComponentModel.DefaultValue(default(int))]
  1302. public int winServerId
  1303. {
  1304. get { return _winServerId; }
  1305. set { _winServerId = value; }
  1306. }
  1307. private string _winServerName = "";
  1308. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"winServerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1309. [global::System.ComponentModel.DefaultValue("")]
  1310. public string winServerName
  1311. {
  1312. get { return _winServerName; }
  1313. set { _winServerName = value; }
  1314. }
  1315. private string _fsLeaderName = "";
  1316. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"fsLeaderName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1317. [global::System.ComponentModel.DefaultValue("")]
  1318. public string fsLeaderName
  1319. {
  1320. get { return _fsLeaderName; }
  1321. set { _fsLeaderName = value; }
  1322. }
  1323. private global::ProtoBuf.IExtension extensionObject;
  1324. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1325. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1326. }
  1327. //---------------------------------------------------------------------------------------
  1328. /// <summary>
  1329. /// msgid = 1414
  1330. /// </summary>
  1331. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FSFirstOccupyPush")]
  1332. public partial class FSFirstOccupyPush : global::ProtoBuf.IExtensible
  1333. {
  1334. public FSFirstOccupyPush() {}
  1335. private int _areaId = default(int);
  1336. [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"areaId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  1337. [global::System.ComponentModel.DefaultValue(default(int))]
  1338. public int areaId
  1339. {
  1340. get { return _areaId; }
  1341. set { _areaId = value; }
  1342. }
  1343. private string _playerName = "";
  1344. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"playerName", DataFormat = global::ProtoBuf.DataFormat.Default)]
  1345. [global::System.ComponentModel.DefaultValue("")]
  1346. public string playerName
  1347. {
  1348. get { return _playerName; }
  1349. set { _playerName = value; }
  1350. }
  1351. private global::ProtoBuf.IExtension extensionObject;
  1352. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  1353. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  1354. }
  1355. }