Beispiel #1
0
 // Use this for initialization
 void Awake()
 {
     Singleton = this;
     _source   = GetComponent <AudioSource>();
 }
Beispiel #2
0
 private void Awake()
 {
     m_label         = GetComponent <Text>();
     TypeWriterSound = GetComponent <TypeWriterSound>();
     //TypeWriterSFX = TypeWriterSound.TypeWriterSFX;
 }
 // Use this for initialization
 void Awake()
 {
     Singleton = this;
     _source = GetComponent<AudioSource>();
 }