Add more bottypes to parser

This commit is contained in:
Chomp 2021-08-18 21:13:46 +01:00
parent 4dc11acf06
commit 79220c7075

View File

@ -7,7 +7,7 @@ namespace Generator
static void Main(string[] args) static void Main(string[] args)
{ {
//TODO: pass these into functions to act as whitelist //TODO: pass these into functions to act as whitelist
string[] botTypes = { string[] botTypes = {
"assault", "assault",
"marksman", "marksman",
"pmcbot", "pmcbot",
@ -15,7 +15,15 @@ namespace Generator
"bossgluhar", "bossgluhar",
"bosskilla", "bosskilla",
"bosskojaniy", "bosskojaniy",
"bosssanitar" "bosssanitar",
"followerbully",
"followergluharassault",
"followergluharscout",
"followergluharsecurity",
"followergluharsnipe",
"followerkojaniy",
"followersanitar",
"cursedassault"
}; };
// Read raw bot dumps from live and turn into c# objects // Read raw bot dumps from live and turn into c# objects