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