16 lines
300 B
C#
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
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|