diff --git a/Generator/BaseBotGenerator.cs b/Generator/BaseBotGenerator.cs index 5b700a9..f09e78c 100644 --- a/Generator/BaseBotGenerator.cs +++ b/Generator/BaseBotGenerator.cs @@ -15,6 +15,7 @@ namespace Generator private readonly List _rawParsedBots; private readonly string _workingPath; + //TODO: pass in bot types and use those to create the clases in rawBots list public BaseBotGenerator(List parsedBots, string workingPath) { _rawParsedBots = parsedBots;