using UnityEngine; namespace CreatGame.UI { /// /// 通用的导出预制件的基类 /// public class UIComponentBase : MonoBehaviour { } }