Exemple #1
0
 void Awake()
 {
     window = ((AI_Window)target);
     if (window != null)
     {
     }
 }
Exemple #2
0
 private void Awake()
 {
     instance = this;
     keys     = new StringKeys();
     audioSource.ignoreListenerVolume = true;
 }