using UnityEngine; using UnityEngine.UI; namespace ET.Client { public class UILoadingComponent : Entity, IAwake { public Text text; } }