From 5c2cd424a2f3db3c8a34782712786e9c901e9b75 Mon Sep 17 00:00:00 2001 From: Chomp Date: Wed, 15 Dec 2021 09:03:25 +0000 Subject: [PATCH] Add usec to enum --- Common.Models/BotType.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Common.Models/BotType.cs b/Common.Models/BotType.cs index e9c3ad3..901c916 100644 --- a/Common.Models/BotType.cs +++ b/Common.Models/BotType.cs @@ -23,6 +23,7 @@ cursedassault = 19, sectantpriest = 20, sectantwarrior = 21, - usec = 22 + usec = 22, + exUsec = 23, } }