src/types/inventoryTypes/inventoryTypes.ts aktualisiert

This commit is contained in:
2025-11-15 08:27:57 -08:00
parent a678d07a2c
commit a6c3515a54

View File

@@ -23,6 +23,7 @@ export type InventoryDatabaseEquipment = {
// Fields specific to SNS
export interface IAccountCheats {
skipAllDialogue?: boolean;
skipAllPopups?: boolean;
dontSubtractPurchaseCreditCost?: boolean;
dontSubtractPurchasePlatinumCost?: boolean;
dontSubtractPurchaseItemCost?: boolean;