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