Beispiel #1
0
 void Awake()
 {
     followCamera    = GetComponent <IsoFollowCamera>();
     scanSoundSource = GetComponent <AudioSource>();
 }
 void Awake()
 {
     Instance = this;
 }