Small Fix

This commit is contained in:
2025-03-18 19:31:13 -05:00
parent cc00350dc3
commit f81098d7b2

View File

@@ -62,6 +62,7 @@ namespace CaveGame::Core
class Item
{
public:
Item() = default;
explicit Item(const std::string& name);
protected: