namespace LootDumpProcessor.Model.Output; public class StaticDistribution : AbstractDistribution { public string? Tpl { get; set; } }