ShowChoosePanelSelect.cs 378 B

123456789101112131415161718
  1. using System.Net.Mime;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. using UnityEngine;
  5. using Blue;
  6. using UnityEngine.UI;
  7. namespace GHZLangChao
  8. {
  9. public class ShowChoosePanelSelect : AbstractController
  10. {
  11. public Text currentRoom_Text;
  12. void Start()
  13. {
  14. //MachineRoomManager.Instance.data;
  15. }
  16. }
  17. }