Inheritance: UnityEngine.MonoBehaviour
Example #1
0
 //private float audioVol2;
 void Awake()
 {
     //chosen = false;
     source = Camera.main.GetComponent<AudioSource>();
     //audioVol = maxVol;
     other = otherChange.GetComponent<musicChange>();
 }