namespace LootDumpProcessor.Model.Input; public class ColliderParams { public string? Parent { get; set; } public Props? Props { get; set; } }