Exemple #1
0
 private void Start()
 {
     soundController = GameObject.Find("Soundcontroller").GetComponent <Soundcontrollerscript>();
 }
Exemple #2
0
 private void Awake()
 {
     soundInstance = this;
 }