added ItemDef.stackSize

This commit is contained in:
MihailRis
2024-01-18 01:56:41 +03:00
parent 097e6fde2f
commit 01344a9d1d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ class ItemDef {
public:
std::string const name;
itemcount_t stackSize = 64;
bool generated = false;
uint8_t emission[4] {0, 0, 0, 0};