2021-08-17 16:18:35 +01:00
|
|
|
|
namespace Generator.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,
|
|
|
|
|
bossstormtrooper = 9,
|
|
|
|
|
followerbully = 10,
|
|
|
|
|
followergluharassault = 11,
|
|
|
|
|
followergluharscout = 12,
|
|
|
|
|
followergluharsecurity = 13,
|
|
|
|
|
followergluharsnipe = 14,
|
|
|
|
|
followerkojaniy = 15,
|
|
|
|
|
followersanitar = 16,
|
|
|
|
|
followerstormtrooper = 17,
|
|
|
|
|
cursedassault = 18,
|
|
|
|
|
sectantpriest = 19,
|
|
|
|
|
sectantwarrior = 20
|
2021-08-12 16:52:06 +01:00
|
|
|
|
}
|
|
|
|
|
}
|