added storageLocation to item type definition
This commit is contained in:
parent
110a523268
commit
123c56a572
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ interface DS4ItemPhysical {
|
|||
quantity: number;
|
||||
price: number;
|
||||
availability: "hamlet" | "village" | "city" | "elves" | "dwarves" | "none";
|
||||
storageLocation: string;
|
||||
}
|
||||
|
||||
interface DS4ItemEquipable {
|
||||
|
|
Loading…
Reference in a new issue