More minor optimizations

This commit is contained in:
Asriel Camora
2023-06-21 06:16:57 -07:00
parent fc0ffc11f3
commit 0b2b80d6b5
10 changed files with 76 additions and 64 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
using Craftimizer.Simulator.Actions;
namespace Craftimizer.Simulator;
public readonly record struct SimulationState
public readonly struct SimulationState
{
public SimulationInput Input { get; init; }