Update Item.h

This commit is contained in:
DeadVoxelx
2026-05-12 19:28:22 -04:00
committed by GitHub
parent d636956102
commit 72063cc642

View File

@@ -94,6 +94,8 @@ public:
eMaterial_bread,
eMaterial_endorium,
eMaterial_ice,
eMaterial_stick,
eMaterial_tnt,
}
eMaterial;
@@ -145,6 +147,9 @@ public:
eBaseItemType_lever,
eBaseItemType_paper,
eBaseItemType_bread,
eBaseItemType_stick,
eBaseItemType_tnt,
eBaseItemType_wall,
eBaseItemType_MAXTYPES,
}
eBaseItemType;