Beispiel #1
0
 private void Start()
 {
     player = IntroloopPlayer.Instance;
     Play();
 }
Beispiel #2
0
 private void Awake()
 {
     player = GetComponent <IntroloopPlayer>();
 }