Fix item builder

master
Talon 2022-10-28 00:33:15 +02:00
parent 9a6ce1f832
commit 2ed7d58189
5 changed files with 2448 additions and 0 deletions

BIN
.DS_Store vendored 100644

Binary file not shown.

BIN
app_web/.DS_Store vendored 100644

Binary file not shown.

BIN
src/.DS_Store vendored 100644

Binary file not shown.

View File

@ -22,6 +22,7 @@ export default class ItemBuilder {
withType(type) { withType(type) {
this.item.type = type; this.item.type = type;
return this;
} }
withState(key, value) { withState(key, value) {

2447
yarn.lock 100644

File diff suppressed because it is too large Load Diff