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