Пример #1
0
        public void Awake()
        {
            AudioSource = GetComponent <AudioSource>();
            _player     = GetComponent <SamplePlaybackComponent>();

            ((IVoicePlaybackInternal)this).Reset();
        }
Пример #2
0
        public void Awake()
        {
            AudioSource = GetComponent <AudioSource>();
            _player     = GetComponent <SamplePlaybackComponent>();

            Reset();
        }