using UnityEngine; using System.Collections; using System.Collections.Generic; using Thousandto.Plugins.Common; namespace Thousandto.Code.Logic { /// /// 高阶公告的数据信息 /// public class MsgHighLevelNotifyInfo : MsgInfoBase { } }