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