namespace GameCore.Config; public class SimulationConfig { public float GravityStrength { get; set; } = 9.81f; }