Files
Continentis/Assets/OtherPlugins/Modern UI Pack/Scripts/UI Manager/UIManagerWindowManager.cs
SoulliesOfficial 9b1b5ca93f initial
2025-10-03 00:02:43 -04:00

11 lines
178 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Michsky.MUIP
{
public class UIManagerWindowManager : MonoBehaviour
{
}
}