12345678910111213141516171819 |
- using System.Collections.Generic;
- using UnityEngine;
- using UnityEngine.UI;
- namespace ET.Client
- {
- [ComponentOf(typeof(UI))]
- public class UIIphoneComponent : Entity, IAwake
- {
- public GameObject IphoneObj;
- public GameObject UnIphoneObj;
- public GameObject yourIphone;
- public GameObject invateInput;
- public GameObject verCodeInput;
- public GameObject verCodeBtn;
- public GameObject sureBtn;
- }
- }
|