From 70137addd6e17ec0e8837cf139ce18905f9ac323 Mon Sep 17 00:00:00 2001 From: Carson Kompon Date: Sun, 27 Feb 2022 18:46:32 -0500 Subject: [PATCH] Typo in the group chat --- Assets/Scripts/Games/KarateMan/KarateMan.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Games/KarateMan/KarateMan.cs b/Assets/Scripts/Games/KarateMan/KarateMan.cs index 67f27725..31891d6c 100644 --- a/Assets/Scripts/Games/KarateMan/KarateMan.cs +++ b/Assets/Scripts/Games/KarateMan/KarateMan.cs @@ -19,7 +19,7 @@ namespace RhythmHeavenMania.Games.KarateMan public enum BackgroundType { Yellow, - Fushia, + Fuchsia, Blue, Red, Orange,