mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
QSBCore: remove todo
This commit is contained in:
parent
0c5d230454
commit
3f2f12b144
@ -45,12 +45,9 @@ public class QSBCore : ModBehaviour
|
||||
public static AssetBundle TextAssetsBundle { get; private set; }
|
||||
public static bool IsHost => NetworkServer.active;
|
||||
public static bool IsInMultiplayer => QSBNetworkManager.singleton.isNetworkActive;
|
||||
public static string QSBVersion =>
|
||||
// todo: show this in kick message
|
||||
Helper.Manifest.Version;
|
||||
public static string QSBVersion => Helper.Manifest.Version;
|
||||
public static string GameVersion =>
|
||||
// ignore the last patch numbers like the title screen does
|
||||
// todo: show this in kick message
|
||||
Application.version.Split('.').Take(3).Join(delimiter: ".");
|
||||
public static bool DLCInstalled => EntitlementsManager.IsDlcOwned() == EntitlementsManager.AsyncOwnershipStatus.Owned;
|
||||
public static IMenuAPI MenuApi { get; private set; }
|
||||
|
Loading…
Reference in New Issue
Block a user