Example #1
0
 void Awake()
 {
     switchInner = this.GetComponentInParent<SwitchInner>();
     successSound = this.GetComponent<AudioSource> ();
 }
Example #2
0
 void Awake()
 {
     switchInner = this.GetComponentInParent<SwitchInner>();
 }