namespace LootDumpProcessor.Model.Input; public class Pic { public string? Path { get; set; } public string? Rcid { get; set; } }