TheInitialProject/Assets/Scripts/Component/UIComponent.cs
2024-10-23 16:59:02 +08:00

17 lines
218 B
C#

using CaoCao.Event;
using CaoCao.Runtime;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Game
{
public class UIComponent : GameComponent
{
}
}