Main/Assets/Code/Logic/MsgPrompt/MsgHighLevelNotifyInfo.cs
2025-01-25 04:38:09 +08:00

16 lines
300 B
C#

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