From b488cc329d71f01e538ae89f9e56e717a3f173b7 Mon Sep 17 00:00:00 2001 From: Jenny Crowe Date: Sun, 27 Feb 2022 04:01:24 -0700 Subject: [PATCH] Begone test comment --- Assets/Scripts/Games/DJSchool/DJSchool.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Scripts/Games/DJSchool/DJSchool.cs b/Assets/Scripts/Games/DJSchool/DJSchool.cs index c98ea121b..0f99c6312 100644 --- a/Assets/Scripts/Games/DJSchool/DJSchool.cs +++ b/Assets/Scripts/Games/DJSchool/DJSchool.cs @@ -37,7 +37,6 @@ namespace RhythmHeavenMania.Games.DJSchool djYellowAnim = djYellow.GetComponent(); } - // Test comment hello private void Update() { var cond = Conductor.instance;