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

9 lines
185 B
C#

namespace Server.Items
{
[Serializable(0, false)]
public partial class Torso : Item
{
[Constructible]
public Torso() : base(0x1D9F) => Weight = 2.0;
}
}