void Awake() { instance = this; }
void Start() { rhythmGame = GameObject.FindGameObjectWithTag("GameController").GetComponent<RhythmGame>(); score = rhythmGame.score; }
void Awake() { instance = this; }
void Start() { rhythmGame = GameObject.FindGameObjectWithTag("GameController").GetComponent<RhythmGame>(); score = rhythmGame.score; }