Update inventoryTypes.ts

This commit is contained in:
OrdisPrime 2023-09-03 16:18:11 +02:00 committed by GitHub
parent ed7a34a586
commit c281c6ce59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -866,7 +866,6 @@ export enum GettingSlotOrderInfo {
}
export interface Giving {
// Probably isn't a consumable but it's also not my problem.
RawUpgrades: Consumable[];
_SlotOrderInfo: GivingSlotOrderInfo[];
}