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