protected override void Init() { base.Init(); musicAudioSource = gameObject.AddComponent <AudioSource>(); audioSourcePool.Init(CreateAudioSource); LoadSoundPath(); }