Finished LampFactory

This commit is contained in:
Johannes Wendel
2019-12-28 21:51:32 +01:00
parent b558aebe87
commit bb1a74613a
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;
};
}