forked from chomp/BotGenerator
Add todo
This commit is contained in:
parent
e777914d0b
commit
c8cf5f847e
@ -15,6 +15,7 @@ namespace Generator
|
|||||||
private readonly List<Datum> _rawParsedBots;
|
private readonly List<Datum> _rawParsedBots;
|
||||||
private readonly string _workingPath;
|
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)
|
public BaseBotGenerator(List<Datum> parsedBots, string workingPath)
|
||||||
{
|
{
|
||||||
_rawParsedBots = parsedBots;
|
_rawParsedBots = parsedBots;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user