Refactores item factories
This commit is contained in:
@@ -21,7 +21,7 @@ class SoundFactory : ItemFactory
|
||||
{
|
||||
public:
|
||||
explicit SoundFactory(nlohmann::json & object, std::shared_ptr<SoundBoardPinController> pin_controller);
|
||||
std::map<std::string, std::shared_ptr<items::Item>> getItemMap() override;
|
||||
std::map<std::string, std::shared_ptr<items::Sound>> getItemMap();
|
||||
|
||||
private:
|
||||
void set_fire_pin();
|
||||
|
||||
Reference in New Issue
Block a user