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

11 lines
192 B
C#

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