diff --git a/Assets/Scripts/Games/DJSchool/DJSchool.cs b/Assets/Scripts/Games/DJSchool/DJSchool.cs index 0f99c631..c98ea121 100644 --- a/Assets/Scripts/Games/DJSchool/DJSchool.cs +++ b/Assets/Scripts/Games/DJSchool/DJSchool.cs @@ -37,6 +37,7 @@ namespace RhythmHeavenMania.Games.DJSchool djYellowAnim = djYellow.GetComponent(); } + // Test comment hello private void Update() { var cond = Conductor.instance;