Пример #1
0
 public void Awake()
 {
     Current = this;
 }
Пример #2
0
        public void Awake()
        {
            Source = GetComponent <AudioSource>();

            Current = this;
        }