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