123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- // <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> 上阵圣兵信息 </summary>
- public System.Collections.Generic.List<ActShengBingCao> shangzhen;
- }
- /// <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;
- }
- /// <summary> id=201805 </summary>
- public sealed partial class ActShengbingShangzhenPush : IMsgPush
- {
- int IMessage.InstanceID { get; set; }
- object IMessage.Context { get; set; }
- int IMessage.ProtocolID => 201805;
- public void Clear()
- {
- }
- public System.Collections.Generic.List<ActShengBingCao> shangzhen;
- }
- }
|