Move accepted actions to ActionSet

This commit is contained in:
Asriel Camora
2023-11-04 11:01:15 -07:00
parent ac109ae711
commit 2f727f76cd
4 changed files with 49 additions and 51 deletions
+1 -1
View File
@@ -839,7 +839,7 @@ public sealed unsafe class RecipeNote : Window, IDisposable
var state = new SimulationState(input);
var config = Service.Configuration.SimulatorSolverConfig;
var mctsConfig = new MCTSConfig(config);
var simulator = new Solver.Simulator(state, mctsConfig.MaxStepCount);
var simulator = new SimulatorNoRandom(state);
List<Macro> macros = new(Service.Configuration.Macros);
token.ThrowIfCancellationRequested();