2025-07-17 18:26:28 +08:00

12 lines
169 B
C#

using UnityEngine;
using UnityEngine.UI;
namespace ET.Client
{
[ComponentOf(typeof(UI))]
public class UIHelpComponent : Entity, IAwake
{
public Text text;
}
}