fix menu api being gone

This commit is contained in:
Mister_Nebula 2021-08-23 14:50:08 +01:00
parent d4f255aeae
commit 65f8859c53

View File

@ -65,6 +65,7 @@ namespace QSB
public static bool IsInMultiplayer => QNetworkManager.singleton.isNetworkActive;
public static string QSBVersion => Helper.Manifest.Version;
public static string GameVersion => Application.version;
public static IMenuAPI MenuApi { get; private set; }
public void Awake()
{