From f2126fd4c6428d536e3332db36f2aa77f2d424bf Mon Sep 17 00:00:00 2001 From: Harm Hoogeveen Date: Tue, 20 Apr 2021 14:24:06 +0200 Subject: [PATCH] Add new skin types --- src/Impostor.Api/Innersloth/Customization/SkinType.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Impostor.Api/Innersloth/Customization/SkinType.cs b/src/Impostor.Api/Innersloth/Customization/SkinType.cs index 9f0aa22..efda42e 100644 --- a/src/Impostor.Api/Innersloth/Customization/SkinType.cs +++ b/src/Impostor.Api/Innersloth/Customization/SkinType.cs @@ -18,5 +18,8 @@ Miner = 13, Winter = 14, Archae = 15, + Prisoner = 16, + CCC = 17, + RightHandMan = 18, } } -- 2.39.5