namespace WingsEmu.Game.Items; public class CustomItem { public short Vnum { get; set; } public ushort Amount { get; set; } }