make it public for NHQSBCompat

This commit is contained in:
JohnCorby 2022-08-28 21:05:50 -07:00
parent eccff4a538
commit 50840be949

View File

@ -15,7 +15,7 @@ using UnityEngine.UI;
namespace QSB.Menus;
internal class MenuManager : MonoBehaviour, IAddComponentOnStart
public class MenuManager : MonoBehaviour, IAddComponentOnStart
{
public static MenuManager Instance;