Items intruduced (part II)

This commit is contained in:
MihailRis
2024-01-09 00:49:17 +03:00
parent eae00dbb11
commit b5739c678f
15 changed files with 62 additions and 40 deletions
+4
View File
@@ -0,0 +1,4 @@
#include "ItemDef.h"
ItemDef::ItemDef(std::string name) : name(name) {
}