From 1118a59167d49c6c01f6b01d6bcefcb4a05071f5 Mon Sep 17 00:00:00 2001 From: js6pak Date: Thu, 17 Jun 2021 13:46:11 +0200 Subject: [PATCH] Update GameKeywords --- src/Impostor.Api/Innersloth/GameKeywords.cs | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/Impostor.Api/Innersloth/GameKeywords.cs b/src/Impostor.Api/Innersloth/GameKeywords.cs index 4b3c670..ab6dd31 100644 --- a/src/Impostor.Api/Innersloth/GameKeywords.cs +++ b/src/Impostor.Api/Innersloth/GameKeywords.cs @@ -6,14 +6,21 @@ namespace Impostor.Api.Innersloth public enum GameKeywords : uint { All = 0, - Other = 1, - Spanish = 2, + English = 256, + SpanishLA = 2, + Brazilian = 2048, + Portuguese = 16, Korean = 4, Russian = 8, - Portuguese = 16, + Dutch = 4096, + Filipino = 64, + French = 8192, + German = 16384, + Italian = 32768, + Japanese = 512, + SpanishEU = 1024, Arabic = 32, - Filipone = 64, Polish = 128, - English = 256, + Other = 1, } } -- 2.39.5