Finished LampFactory

This commit is contained in:
Johannes Wendel
2019-12-28 21:51:32 +01:00
parent 2e37542467
commit 989f532c6d
4 changed files with 55 additions and 7 deletions

View File

@@ -20,7 +20,6 @@ class LampFactory : Factory
public:
explicit LampFactory(nlohmann::json & object);
std::map<std::string, std::shared_ptr<items::Item>> getItemMap() override;
};
}