ModernUO/Projects/UOContent/Items/Suits/DeathShroud.cs

12 lines
240 B
C#

using ModernUO.Serialization;
namespace Server.Items;
[SerializationGenerator(0, false)]
public partial class DeathShroud : BaseSuit
{
[Constructible]
public DeathShroud() : base(AccessLevel.GameMaster, 0x0, 0x204E)
{
}
}