act_shengbing.cs 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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<ActShengBingList> shengbing;
  19. /// <summary> 已激活的羁绊id </summary>
  20. public System.Collections.Generic.List<ActShengBingJiBan> jiban;
  21. /// <summary> 上阵圣兵信息 </summary>
  22. public System.Collections.Generic.List<ActShengBingCao> shangzhen;
  23. }
  24. /// <summary> id=201801 </summary>
  25. public sealed partial class ActShengbingShengbingPush : IMsgPush
  26. {
  27. int IMessage.InstanceID { get; set; }
  28. object IMessage.Context { get; set; }
  29. int IMessage.ProtocolID => 201801;
  30. public void Clear()
  31. {
  32. }
  33. public System.Collections.Generic.List<ActShengBingList> shengbing;
  34. }
  35. /// <summary> id=201804 </summary>
  36. public sealed partial class ActShengbingJibanPush : IMsgPush
  37. {
  38. int IMessage.InstanceID { get; set; }
  39. object IMessage.Context { get; set; }
  40. int IMessage.ProtocolID => 201804;
  41. public void Clear()
  42. {
  43. }
  44. public System.Collections.Generic.List<ActShengBingJiBan> jiban;
  45. }
  46. /// <summary> id=201805 </summary>
  47. public sealed partial class ActShengbingShangzhenPush : IMsgPush
  48. {
  49. int IMessage.InstanceID { get; set; }
  50. object IMessage.Context { get; set; }
  51. int IMessage.ProtocolID => 201805;
  52. public void Clear()
  53. {
  54. }
  55. public System.Collections.Generic.List<ActShengBingCao> shangzhen;
  56. }
  57. }