12 lines
198 B
C#
12 lines
198 B
C#
|
|
using UnityEngine;
|
|||
|
|
|
|||
|
|
namespace CreatGame.UI
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// 通用的导出预制件的基类
|
|||
|
|
/// </summary>
|
|||
|
|
public class UIComponentBase : MonoBehaviour
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|