From c8cf5f847e0dc180b62fb510b89e6755349249a7 Mon Sep 17 00:00:00 2001 From: Chomp Date: Tue, 17 Aug 2021 17:35:18 +0100 Subject: [PATCH] Add todo --- Generator/BaseBotGenerator.cs | 1 + 1 file changed, 1 insertion(+) 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;