Ejemplo n.º 1
0
 static void Init()
 {
     DM = new DataManager();
     BM = new BotsManager();
     DM.LoadServerList();
     DM.LoadSettings();
 }