namespace Zennysoft.Ma.Godot.Adapter; public partial class PlayerLogic { public record Settings { public float MoveSpeed { get; set; } public float RotationSpeed { get; set; } public float Acceleration { get; set; } } }