public static void Reload(string map) { Default = new DefaultMapCycle(map); }
public static void Reload() { Default = new DefaultMapCycle(); }