using UnityEngine; using UnityEngine.UI; namespace ET { public class UILobbyComponent : Entity { public GameObject enterMap; public Text text; } }