Files
Echo/Assets/ThirdParty/UI/Modern UI Pack/Scripts/UI Manager/UIManagerWindowManager.cs
T

11 lines
178 B
C#
Raw Normal View History

2026-07-08 19:53:15 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Michsky.MUIP
{
public class UIManagerWindowManager : MonoBehaviour
{
}
}