using UnityEngine; using UnityEngine.UI; namespace ET { [ObjectSystem] public class UILobbyComponentAwakeSystem : AwakeSystem { public override void Awake(UILobbyComponent self) { ReferenceCollector rc = self.GetParent().ViewGO.GetComponent(); self.enterMap = rc.Get("EnterMap"); self.enterMap.GetComponent