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