Files
Main/Assets/Code/Logic/MsgPrompt/MsgHighLevelNotifyInfo.cs

16 lines
300 B
C#
Raw Normal View History

2025-01-25 04:38:09 +08:00
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using Thousandto.Plugins.Common;
namespace Thousandto.Code.Logic
{
/// <summary>
/// 高阶公告的数据信息
/// </summary>
public class MsgHighLevelNotifyInfo : MsgInfoBase
{
}
}