12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- // <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<ActShengBingList> shengbing;
- /// <summary> 已激活的羁绊id </summary>
- public System.Collections.Generic.List<ActShengBingJiBan> jiban;
- /// <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=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;
- }
- }
|