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