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