From 3f26ec1d73d7340204f331e6f19cc29a4fd17525 Mon Sep 17 00:00:00 2001 From: MallocNull Date: Fri, 31 Oct 2014 01:02:23 -0500 Subject: [PATCH] minorer majorest --- bot/bot/Bot.cs | 5 +++++ 1 file changed, 5 insertions(+) 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();