void LLGameSound::init()
{
	SoundComponent::init();

	loadSoundBank(Config::getValue(LLConfigKeys::soundGameSoundPath));
	toggleBackgroundMusic();
}
void LeprechaunSound::init()
{
	SoundComponent::init();

	loadSoundBank(Config::getValue(LLConfigKeys::soundLeprechaunSoundPath));
}