act_shengbing.cs 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. }
  26. /// <summary> id=201801 </summary>
  27. public sealed partial class ActShengbingShengbingPush : IMsgPush
  28. {
  29. int IMessage.InstanceID { get; set; }
  30. object IMessage.Context { get; set; }
  31. int IMessage.ProtocolID => 201801;
  32. public void Clear()
  33. {
  34. }
  35. public System.Collections.Generic.List<ActShengBingList> shengbing;
  36. }
  37. /// <summary> id=201802 </summary>
  38. public sealed partial class ActShengbingSuitPush : IMsgPush
  39. {
  40. int IMessage.InstanceID { get; set; }
  41. object IMessage.Context { get; set; }
  42. int IMessage.ProtocolID => 201802;
  43. public void Clear()
  44. {
  45. }
  46. public System.Collections.Generic.List<ActShengBingSuit> suit;
  47. }
  48. /// <summary> id=201803 </summary>
  49. public sealed partial class ActShengbingUseSuitPush : IMsgPush
  50. {
  51. int IMessage.InstanceID { get; set; }
  52. object IMessage.Context { get; set; }
  53. int IMessage.ProtocolID => 201803;
  54. public void Clear()
  55. {
  56. }
  57. public int useSuit;
  58. public System.Collections.Generic.List<ActShengBingList> shengbing;
  59. }
  60. /// <summary> id=201804 </summary>
  61. public sealed partial class ActShengbingJibanPush : IMsgPush
  62. {
  63. int IMessage.InstanceID { get; set; }
  64. object IMessage.Context { get; set; }
  65. int IMessage.ProtocolID => 201804;
  66. public void Clear()
  67. {
  68. }
  69. public System.Collections.Generic.List<ActShengBingJiBan> jiban;
  70. }
  71. }