First nice version

This commit is contained in:
JustArchi
2016-03-20 08:29:27 +01:00
parent b642f4b240
commit f77cb6d33b
9 changed files with 242 additions and 83 deletions

View File

@@ -124,6 +124,7 @@ namespace ConfigGenerator {
private BotConfig(string filePath) : base(filePath) {
FilePath = filePath;
GamesPlayedWhileIdle.Add(0);
Save();
}
}
}