Test commit

This commit is contained in:
Jenny Crowe 2022-02-27 02:15:18 -07:00
parent 5eaedda81b
commit dd81739566
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ namespace RhythmHeavenMania.Games.DJSchool
djYellowAnim = djYellow.GetComponent<Animator>(); djYellowAnim = djYellow.GetComponent<Animator>();
} }
// Test comment hello
private void Update() private void Update()
{ {
var cond = Conductor.instance; var cond = Conductor.instance;