From a621225fcd4e5ae5f3c646328f65a0b128b3b07e Mon Sep 17 00:00:00 2001 From: miniduikboot Date: Mon, 14 Jun 2021 20:14:19 +0200 Subject: [PATCH] Add new colors --- .../Innersloth/Customization/ColorType.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/Impostor.Api/Innersloth/Customization/ColorType.cs b/src/Impostor.Api/Innersloth/Customization/ColorType.cs index d9e43a6..e4fd432 100644 --- a/src/Impostor.Api/Innersloth/Customization/ColorType.cs +++ b/src/Impostor.Api/Innersloth/Customization/ColorType.cs @@ -14,5 +14,16 @@ Brown = 9, Cyan = 10, Lime = 11, + Mahogany = 12, + Rose = 13, + Banana = 14, + Gray = 15, + Tan = 16, + Lilac = 17, + Aqua = 18, + Cobalt = 19, + Barf = 20, + Salmon = 21, + Chocolate = 22, } } -- 2.39.5