AlicizaX/Client/Assets/Scripts/Hotfix/GameLogic/TestMono.cs

24 lines
539 B
C#
Raw Normal View History

2025-10-14 15:42:34 +08:00
// using System;
// using Cysharp.Threading.Tasks;
// using Hotfix.GameLogic.TestWindow;
// using UnityEditor;
// using UnityEngine;
// using UnityEngine.Profiling;
// using UnityEngine.UI;
//
//
// public class TestMono : MonoBehaviour
// {
// public Action callBack;
// public UXButton _button;
// public bool interactable;
// public Selectable aa;
// private void OnGUI()
// {
// if (GUILayout.Button("HideUI"))
// {
// _button.Interactable = interactable;
// }
// }
// }