added storageLocation to item type definition

This commit is contained in:
Gesina Schwalbe 2020-12-28 20:01:58 +01:00
parent 110a523268
commit 123c56a572

View file

@ -27,6 +27,7 @@ interface DS4ItemPhysical {
quantity: number;
price: number;
availability: "hamlet" | "village" | "city" | "elves" | "dwarves" | "none";
storageLocation: string;
}
interface DS4ItemEquipable {