From dd817395663b59ca3777f6db57de4aad735f37b6 Mon Sep 17 00:00:00 2001 From: Jenny Crowe Date: Sun, 27 Feb 2022 02:15:18 -0700 Subject: [PATCH] Test commit --- Assets/Scripts/Games/DJSchool/DJSchool.cs | 1 + 1 file changed, 1 insertion(+) 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;