12345678910111213141516171819202122232425262728 |
- // <auto-generated>
- // Input: notices.proto
- // DO NOT EDIT!
- // </auto-generated>
- using XGame.Framework.Network;
- namespace FL.Network
- {
- /// <summary> id=200400 </summary>
- public sealed partial class NoticesPush : IMsgPush
- {
- int IMessage.InstanceID { get; set; }
- object IMessage.Context { get; set; }
- int IMessage.ProtocolID => 200400;
- public void Clear()
- {
- }
- /// <summary> 1外部公告2内部公告 </summary>
- public int hdcid;
- /// <summary> 公告信息 </summary>
- public System.Collections.Generic.List<NoticesList> list;
- }
- }
|