Files
Cielonos/Assets/OtherPlugins/Modern UI Pack/Scripts/UI Manager/UIManagerWindowManager.cs

11 lines
178 B
C#
Raw Normal View History

2025-11-25 08:19:33 -05:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Michsky.MUIP
{
public class UIManagerWindowManager : MonoBehaviour
{
}
}