server-master/srcs/WingsAPI.Game/Items/CustomItem.cs
2026-02-10 18:21:30 +01:00

7 lines
No EOL
137 B
C#

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