idk why the skins are sometimes white

This commit is contained in:
_nebula 2024-01-28 14:31:49 +00:00
parent 20154d6483
commit 97be33da84

View File

@ -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