123456789101112131415161718 |
- using System.Net.Mime;
- using System.Collections;
- using System.Collections.Generic;
- using UnityEngine;
- using Blue;
- using UnityEngine.UI;
- namespace GHZLangChao
- {
- public class ShowChoosePanelSelect : AbstractController
- {
- public Text currentRoom_Text;
- void Start()
- {
-
- }
- }
- }
|