mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-12-11 20:15:10 +01:00
idk why the skins are sometimes white
This commit is contained in:
parent
20154d6483
commit
97be33da84
@ -70,8 +70,8 @@ public class QSBCore : ModBehaviour
|
||||
public static bool ShipDamage { get; private set; }
|
||||
public static bool ShowExtraHUDElements { get; private set; }
|
||||
public static bool TextChatInput { get; private set; }
|
||||
public static string SkinVariation { get; private set; }
|
||||
public static string JetpackVariation { get; private set; }
|
||||
public static string SkinVariation { get; private set; } = "Default";
|
||||
public static string JetpackVariation { get; private set; } = "Orange";
|
||||
public static GameVendor GameVendor { get; private set; } = GameVendor.None;
|
||||
public static bool IsStandalone => GameVendor is GameVendor.Epic or GameVendor.Steam;
|
||||
public static IProfileManager ProfileManager => IsStandalone
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user