12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- // <auto-generated>
- // Input: act_shengbing.proto
- // DO NOT EDIT!
- // </auto-generated>
- using XGame.Framework.Network;
- namespace FL.Network
- {
- /// <summary> id=201800 </summary>
- public sealed partial class ActShengBingPush : IMsgPush
- {
- int IMessage.InstanceID { get; set; }
- object IMessage.Context { get; set; }
- int IMessage.ProtocolID => 201800;
- public void Clear()
- {
- }
- /// <summary> 圣兵方案列表 </summary>
- public System.Collections.Generic.List<ActShengBingSuit> suit;
- /// <summary> 圣兵库列表 </summary>
- public System.Collections.Generic.List<ActShengBingList> shengbing;
- /// <summary> 已激活的羁绊id </summary>
- public System.Collections.Generic.List<ActShengBingJiBan> jiban;
- /// <summary> 当前使用的方案id </summary>
- public int useSuit;
- }
- /// <summary> id=201801 </summary>
- public sealed partial class ActShengbingShengbingPush : IMsgPush
- {
- int IMessage.InstanceID { get; set; }
- object IMessage.Context { get; set; }
- int IMessage.ProtocolID => 201801;
- public void Clear()
- {
- }
- public System.Collections.Generic.List<ActShengBingList> shengbing;
- }
- /// <summary> id=201802 </summary>
- public sealed partial class ActShengbingSuitPush : IMsgPush
- {
- int IMessage.InstanceID { get; set; }
- object IMessage.Context { get; set; }
- int IMessage.ProtocolID => 201802;
- public void Clear()
- {
- }
- public System.Collections.Generic.List<ActShengBingSuit> suit;
- }
- /// <summary> id=201803 </summary>
- public sealed partial class ActShengbingUseSuitPush : IMsgPush
- {
- int IMessage.InstanceID { get; set; }
- object IMessage.Context { get; set; }
- int IMessage.ProtocolID => 201803;
- public void Clear()
- {
- }
- public int useSuit;
- public System.Collections.Generic.List<ActShengBingList> shengbing;
- }
- /// <summary> id=201804 </summary>
- public sealed partial class ActShengbingJibanPush : IMsgPush
- {
- int IMessage.InstanceID { get; set; }
- object IMessage.Context { get; set; }
- int IMessage.ProtocolID => 201804;
- public void Clear()
- {
- }
- public System.Collections.Generic.List<ActShengBingJiBan> jiban;
- }
- }
|