ModernUO/Projects/UOContent/Items/Special/Rares/PaganReagents/DecoGarlicBulb2.cs
2023-03-11 19:25:48 -08:00

14 lines
266 B
C#

using ModernUO.Serialization;
namespace Server.Items;
[SerializationGenerator(0, false)]
public partial class DecoGarlicBulb2 : Item
{
[Constructible]
public DecoGarlicBulb2() : base(0x18E4)
{
Movable = true;
Stackable = false;
}
}