From: Gavin Date: Fri, 11 Dec 2020 08:47:49 +0000 (-0600) Subject: Added glitch pet (#221) X-Git-Tag: v1.2.2~3 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=7edd7dfeccbe1614bd760ec9ed390762d12f9d26;p=rhonda%2Fimpostor.git Added glitch pet (#221) --- diff --git a/src/Impostor.Api/Innersloth/Customization/PetType.cs b/src/Impostor.Api/Innersloth/Customization/PetType.cs index ec6a314..456e327 100644 --- a/src/Impostor.Api/Innersloth/Customization/PetType.cs +++ b/src/Impostor.Api/Innersloth/Customization/PetType.cs @@ -1,4 +1,4 @@ -namespace Impostor.Api.Innersloth.Customization +namespace Impostor.Api.Innersloth.Customization { public enum PetType { @@ -13,5 +13,6 @@ Ellie = 8, Squig = 9, Bedcrab = 10, + Glitch = 11, } }