2021-08-31 18:39:30 +01:00
|
|
|
|
namespace Common.Models
|
2021-08-12 16:52:06 +01:00
|
|
|
|
{
|
|
|
|
|
public enum BotType
|
|
|
|
|
{
|
|
|
|
|
assault = 1,
|
|
|
|
|
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,
|
|
|
|
|
exUsec = 23,
|
2021-12-25 14:59:08 +00:00
|
|
|
|
gifter = 24
|
2021-08-12 16:52:06 +01:00
|
|
|
|
}
|
|
|
|
|
}
|