forked from chomp/BotGenerator
Add more bottypes to parser
This commit is contained in:
parent
4dc11acf06
commit
79220c7075
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user