namespace Sand.Core; public interface ISimulationAccelerator { void Step(SandSimulation simulation, float dt); }