This commit is contained in:
Chomp 2021-08-17 17:35:18 +01:00
parent e777914d0b
commit c8cf5f847e

View File

@ -15,6 +15,7 @@ namespace Generator
private readonly List<Datum> _rawParsedBots;
private readonly string _workingPath;
//TODO: pass in bot types and use those to create the clases in rawBots list
public BaseBotGenerator(List<Datum> parsedBots, string workingPath)
{
_rawParsedBots = parsedBots;