5455565758596061
/** * loads the map.xml and adds it to the maps array in this class */ public static void loadAll () { MapLoader loader = new MapLoader(); loader.start(); }