namespace ColdMint.scripts.inventory; public class LootData { public string? ResPath { get; set; } public int Quantity { get; set; } }