Finish crafting log helper window

This commit is contained in:
Asriel Camora
2023-10-10 18:38:01 -07:00
parent 9a924c8049
commit 1da2acc5c5
7 changed files with 288 additions and 34 deletions
+1
View File
@@ -26,6 +26,7 @@ public class Configuration : IPluginConfiguration
public SolverConfig SimulatorSolverConfig { get; set; } = SolverConfig.SimulatorDefault;
public SolverConfig SynthHelperSolverConfig { get; set; } = SolverConfig.SynthHelperDefault;
public bool EnableSynthHelper { get; set; } = true;
public bool ShowOptimalMacroStat { get; set; } = true;
public int SynthHelperStepCount { get; set; } = 5;
public Simulator.Simulator CreateSimulator(SimulationState state) =>