ModernUO/Projects/UOContent/Items/Body Parts/RightLeg.cs
2021-08-17 22:38:48 -07:00

11 lines
194 B
C#

namespace Server.Items
{
[Serializable(0, false)]
public partial class RightLeg : Item
{
[Constructible]
public RightLeg() : base(0x1DA4)
{
}
}
}