예제 #1
0
 private void Awake()
 {
     if (MusicJockeyInstance == null)
     {
         MusicJockeyInstance = this;
     }
 }
예제 #2
0
 private void Start()
 {
     musicJockey = MusicJockey.MusicJockeyInstance;
     CheckPlayOnStart();
 }