private void Start() { _audioControl = AudioControl.Instance; _cachedWaitForEndOfFrame = new WaitForEndOfFrame(); }
private void Start() { _audioControl = AudioControl.Instance; }
protected virtual void SetupAudio() { _audioControl = AudioControl.Instance; }