UILobbyComponent.cs 167 B

123456789101112
  1. 
  2. using UnityEngine;
  3. using UnityEngine.UI;
  4. namespace ET
  5. {
  6. public class UILobbyComponent : Entity, IAwake
  7. {
  8. public GameObject enterMap;
  9. public Text text;
  10. }
  11. }