Changed displays from id to name
This commit is contained in:
@@ -20,7 +20,7 @@ namespace output
|
||||
class SoundFactory : ItemFactory
|
||||
{
|
||||
public:
|
||||
explicit SoundFactory(nlohmann::json & object, std::shared_ptr<SoundBoardPinController> pin_controller);
|
||||
SoundFactory(nlohmann::json & object, std::shared_ptr<SoundBoardPinController> pin_controller);
|
||||
std::map<std::string, std::shared_ptr<items::Sound>> getItemMap();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user