mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
fix menu api being gone
This commit is contained in:
parent
d4f255aeae
commit
65f8859c53
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user