Example #1
0
 static void Postfix()
 {
     try
     {
         Mod.Log("--- Preperation ---");
         ColorManager.Setup();
         ElevationManager.SetupCellMarks();
         Mod.Log("--- Preperation Complete ---");
     }
     catch (Exception ex)
     {
         DebugExt.HandleException(ex);
     }
 }
Example #2
0
 private static void OnRegenerateButtonClicked()
 {
     ElevationManager.SetupCellMarks();
     MapGenerator.Generate();
 }