act_shengbing.cs 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. // <auto-generated>
  2. // Input: act_shengbing.proto
  3. // DO NOT EDIT!
  4. // </auto-generated>
  5. using XGame.Framework.Network;
  6. namespace FL.Network
  7. {
  8. /// <summary> id=201800 </summary>
  9. public sealed partial class ActShengBingPush : IMsgPush
  10. {
  11. int IMessage.InstanceID { get; set; }
  12. object IMessage.Context { get; set; }
  13. int IMessage.ProtocolID => 201800;
  14. public void Clear()
  15. {
  16. }
  17. /// <summary> 圣兵方案列表 </summary>
  18. public System.Collections.Generic.List<ActShengBingSuit> suit;
  19. /// <summary> 圣兵库列表 </summary>
  20. public System.Collections.Generic.List<ActShengBingList> shengbing;
  21. /// <summary> 已激活的羁绊id </summary>
  22. public System.Collections.Generic.List<ActShengBingJiBan> jiban;
  23. /// <summary> 当前使用的方案id </summary>
  24. public int useSuit;
  25. /// <summary> 上阵圣兵信息 </summary>
  26. public System.Collections.Generic.List<ActShengBingCao> shangzhen;
  27. }
  28. /// <summary> id=201801 </summary>
  29. public sealed partial class ActShengbingShengbingPush : IMsgPush
  30. {
  31. int IMessage.InstanceID { get; set; }
  32. object IMessage.Context { get; set; }
  33. int IMessage.ProtocolID => 201801;
  34. public void Clear()
  35. {
  36. }
  37. public System.Collections.Generic.List<ActShengBingList> shengbing;
  38. }
  39. /// <summary> id=201802 </summary>
  40. public sealed partial class ActShengbingSuitPush : IMsgPush
  41. {
  42. int IMessage.InstanceID { get; set; }
  43. object IMessage.Context { get; set; }
  44. int IMessage.ProtocolID => 201802;
  45. public void Clear()
  46. {
  47. }
  48. public System.Collections.Generic.List<ActShengBingSuit> suit;
  49. }
  50. /// <summary> id=201803 </summary>
  51. public sealed partial class ActShengbingUseSuitPush : IMsgPush
  52. {
  53. int IMessage.InstanceID { get; set; }
  54. object IMessage.Context { get; set; }
  55. int IMessage.ProtocolID => 201803;
  56. public void Clear()
  57. {
  58. }
  59. public int useSuit;
  60. public System.Collections.Generic.List<ActShengBingList> shengbing;
  61. }
  62. /// <summary> id=201804 </summary>
  63. public sealed partial class ActShengbingJibanPush : IMsgPush
  64. {
  65. int IMessage.InstanceID { get; set; }
  66. object IMessage.Context { get; set; }
  67. int IMessage.ProtocolID => 201804;
  68. public void Clear()
  69. {
  70. }
  71. public System.Collections.Generic.List<ActShengBingJiBan> jiban;
  72. }
  73. /// <summary> id=201805 </summary>
  74. public sealed partial class ActShengbingShangzhenPush : IMsgPush
  75. {
  76. int IMessage.InstanceID { get; set; }
  77. object IMessage.Context { get; set; }
  78. int IMessage.ProtocolID => 201805;
  79. public void Clear()
  80. {
  81. }
  82. public System.Collections.Generic.List<ActShengBingCao> shangzhen;
  83. }
  84. }