2021-08-31 18:39:30 +01:00
|
|
|
|
namespace Common.Models
|
2021-08-12 16:52:06 +01:00
|
|
|
|
{
|
|
|
|
|
public enum BotType
|
|
|
|
|
{
|
|
|
|
|
assault = 1,
|
2023-08-15 09:29:16 +00:00
|
|
|
|
pmcbot = 2,
|
2021-08-17 17:32:03 +01:00
|
|
|
|
marksman = 3,
|
|
|
|
|
bossbully = 4,
|
|
|
|
|
bossgluhar = 5,
|
|
|
|
|
bosskilla = 6,
|
|
|
|
|
bosskojaniy = 7,
|
2021-08-18 21:41:59 +01:00
|
|
|
|
bosssanitar = 8,
|
2021-09-01 14:41:21 +01:00
|
|
|
|
bosstagilla = 9,
|
|
|
|
|
bossstormtrooper = 10,
|
|
|
|
|
followerbully = 11,
|
|
|
|
|
followergluharassault = 12,
|
|
|
|
|
followergluharscout = 13,
|
|
|
|
|
followergluharsecurity = 14,
|
|
|
|
|
followergluharsnipe = 15,
|
|
|
|
|
followerkojaniy = 16,
|
|
|
|
|
followersanitar = 17,
|
|
|
|
|
followerstormtrooper = 18,
|
|
|
|
|
cursedassault = 19,
|
|
|
|
|
sectantpriest = 20,
|
|
|
|
|
sectantwarrior = 21,
|
2021-12-15 09:03:25 +00:00
|
|
|
|
usec = 22,
|
2023-08-15 09:29:16 +00:00
|
|
|
|
exusec = 23,
|
|
|
|
|
gifter = 24,
|
|
|
|
|
bossknight = 25,
|
|
|
|
|
followerbirdeye = 26,
|
|
|
|
|
followerbigpipe = 27,
|
|
|
|
|
bosszryachiy = 28,
|
|
|
|
|
followerzryachiy = 29,
|
|
|
|
|
arenafighterevent = 30,
|
|
|
|
|
crazyassaultevent = 33,
|
|
|
|
|
bossboar = 34,
|
|
|
|
|
followerboar = 35,
|
2023-12-28 09:12:54 +00:00
|
|
|
|
bossboarsniper = 36,
|
2024-01-09 15:29:22 +00:00
|
|
|
|
crazyAssaultEvent = 37,
|
|
|
|
|
peacefullzryachiyevent = 38,
|
|
|
|
|
sectactpriestevent = 39,
|
|
|
|
|
ravangezryachiyevent = 40,
|
|
|
|
|
followerboarclose1 = 41,
|
|
|
|
|
followerboarclose2 = 42,
|
2024-01-01 20:29:58 +00:00
|
|
|
|
bosskolontay = 43,
|
|
|
|
|
followerkolontayassault = 44,
|
|
|
|
|
followerkolontaysecurity = 45,
|
|
|
|
|
shooterbtr = 46,
|
2024-04-04 11:06:52 +01:00
|
|
|
|
spiritwinter = 47,
|
2024-05-15 11:39:36 +01:00
|
|
|
|
spiritspring = 48,
|
|
|
|
|
assaultgroup = 49,
|
|
|
|
|
pmcbear = 50,
|
|
|
|
|
pmcusec = 51,
|
|
|
|
|
skier = 52,
|
2024-08-21 11:51:27 +01:00
|
|
|
|
peacemaker = 53,
|
2024-11-01 17:01:23 +00:00
|
|
|
|
bosspartisan = 54,
|
|
|
|
|
infectedassault = 55,
|
|
|
|
|
infectedpmc = 56,
|
|
|
|
|
infectedcivil = 57,
|
|
|
|
|
infectedlaborant = 58,
|
|
|
|
|
infectedtagilla = 59
|
2021-08-12 16:52:06 +01:00
|
|
|
|
}
|
|
|
|
|
}
|