From: Harm Hoogeveen Date: Tue, 20 Apr 2021 12:24:06 +0000 (+0200) Subject: Add new skin types X-Git-Tag: v1.4.0~5^2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=f2126fd4c6428d536e3332db36f2aa77f2d424bf;p=rhonda%2Fimpostor.git Add new skin types --- 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, } }