private void Start()
 {
     _audioControl            = AudioControl.Instance;
     _cachedWaitForEndOfFrame = new WaitForEndOfFrame();
 }
 private void Start()
 {
     _audioControl = AudioControl.Instance;
 }
Exemplo n.º 3
0
 protected virtual void SetupAudio()
 {
     _audioControl = AudioControl.Instance;
 }