From 7edd7dfeccbe1614bd760ec9ed390762d12f9d26 Mon Sep 17 00:00:00 2001 From: Gavin Date: Fri, 11 Dec 2020 02:47:49 -0600 Subject: [PATCH] Added glitch pet (#221) --- src/Impostor.Api/Innersloth/Customization/PetType.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, } } -- 2.39.5