using System; using System.Net; using UnityEngine; using UnityEngine.UI; namespace ET { [ObjectSystem] public class UILoginComponentAwakeSystem : AwakeSystem { public override void Awake(UILoginComponent self) { ReferenceCollector rc = self.GetParent().GameObject.GetComponent(); self.loginBtn = rc.Get("LoginBtn"); self.loginBtn.GetComponent