Finished LampFactory
This commit is contained in:
@@ -20,7 +20,6 @@ class LampFactory : Factory
|
||||
public:
|
||||
explicit LampFactory(nlohmann::json & object);
|
||||
std::map<std::string, std::shared_ptr<items::Item>> getItemMap() override;
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user