7 lines
No EOL
137 B
C#
7 lines
No EOL
137 B
C#
namespace WingsEmu.Game.Items;
|
|
|
|
public class CustomItem
|
|
{
|
|
public short Vnum { get; set; }
|
|
public ushort Amount { get; set; }
|
|
} |