]> git.deb.at Git - rhonda/impostor.git/commitdiff
Added glitch pet (#221)
authorGavin <gavinsteinhoff@gmail.com>
Fri, 11 Dec 2020 08:47:49 +0000 (02:47 -0600)
committerGitHub <noreply@github.com>
Fri, 11 Dec 2020 08:47:49 +0000 (09:47 +0100)
src/Impostor.Api/Innersloth/Customization/PetType.cs

index ec6a3147c1b701e77a76638cbef6ecfd25b508c0..456e3274f97a3606c63769ffbbe0fbdb4a956a17 100644 (file)
@@ -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,
     }
 }