public void Awake()
 {
     Current = this;
 }
Esempio n. 2
0
        public void Awake()
        {
            Source = GetComponent <AudioSource>();

            Current = this;
        }