minorer
majorest
This commit is contained in:
parent
6f433bac2f
commit
3f26ec1d73
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,7 @@ namespace bot {
|
||||||
static List<NavigationNode> navigationList = new List<NavigationNode>();
|
static List<NavigationNode> navigationList = new List<NavigationNode>();
|
||||||
static List<Response> responseList = new List<Response>();
|
static List<Response> responseList = new List<Response>();
|
||||||
static List<Response> indResponseList = new List<Response>();
|
static List<Response> indResponseList = new List<Response>();
|
||||||
|
static List<Autonomous> autoList = new List<Autonomous>();
|
||||||
|
|
||||||
public static void loadNavigationList() {
|
public static void loadNavigationList() {
|
||||||
List<NavigationNode> tmpList = new List<NavigationNode>();
|
List<NavigationNode> tmpList = new List<NavigationNode>();
|
||||||
|
@ -59,6 +60,10 @@ namespace bot {
|
||||||
indResponseList = tmpListInd;
|
indResponseList = tmpListInd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void loadAutonomousList() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
static void Main(string[] args) {
|
static void Main(string[] args) {
|
||||||
Console.Write("Loading database info ... ");
|
Console.Write("Loading database info ... ");
|
||||||
_G.loadDatabaseInfo();
|
_G.loadDatabaseInfo();
|
||||||
|
|
Loading…
Reference in a new issue