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