ModernUO/Projects/UOContent/Items/Misc/ExecutionersCap.cs
2022-10-29 00:43:30 -07:00

10 lines
219 B
C#

using ModernUO.Serialization;
namespace Server.Items;
[SerializationGenerator(0, false)]
public partial class ExecutionersCap : Item
{
[Constructible]
public ExecutionersCap() : base(0xF83) => Weight = 1.0;
}