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

11 lines
194 B
C#

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