diff --git a/bot/bot/Bot.cs b/bot/bot/Bot.cs index 3e1c076..52bfb99 100644 --- a/bot/bot/Bot.cs +++ b/bot/bot/Bot.cs @@ -17,6 +17,7 @@ namespace bot { static List navigationList = new List(); static List responseList = new List(); static List indResponseList = new List(); + static List autoList = new List(); public static void loadNavigationList() { List tmpList = new List(); @@ -59,6 +60,10 @@ namespace bot { indResponseList = tmpListInd; } + public static void loadAutonomousList() { + + } + static void Main(string[] args) { Console.Write("Loading database info ... "); _G.loadDatabaseInfo();