Files
Cielonos/Assets/OtherPlugins/Modern UI Pack/Scripts/UI Manager/UIManagerWindowManager.cs
SoulliesOfficial ef7b479712 initial
2025-11-25 08:19:33 -05:00

11 lines
178 B
C#

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