Fix item builder

This commit is contained in:
2022-10-28 00:33:15 +02:00
parent 9a6ce1f832
commit 2ed7d58189
5 changed files with 2448 additions and 0 deletions
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1
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
View File
File diff suppressed because it is too large Load Diff