namespace LootDumpProcessor.Model.Input; public class Props { public Vector3? Center { get; set; } public float? Radius { get; set; } }