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

12 lines
256 B
C#

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