123456789101112131415161718192021222324 |
- // <auto-generated>
- // Input: notices_m.proto
- // DO NOT EDIT!
- // </auto-generated>
- using XGame.Framework.Network;
- namespace FL.Network
- {
- public sealed partial class NoticesList
- {
- /// <summary> 公告类型 </summary>
- public int type;
- /// <summary> 这里是公告标题 </summary>
- public string title;
- /// <summary> 这里是公告内容 </summary>
- public string content;
- }
- }
|