using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace ET.Client { [ComponentOf(typeof(UI))] public class UIRealNameAuthenComponent : Entity, IAwake { public GameObject realNameObj; public GameObject unRealNameObj; public GameObject yourName; public GameObject yourAddress; public GameObject nameInput; public GameObject addressInput; public GameObject sureBtn; } }