17 lines
218 B
C#
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
|
|
{
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|