ModernUO/Projects/UOContent/Engines/Quests/The Summoning/Items/ChylothShroud.cs
2023-10-11 23:53:51 -07:00

14 lines
280 B
C#

using ModernUO.Serialization;
namespace Server.Engines.Quests.Doom;
[SerializationGenerator(0, false)]
public partial class ChylothShroud : Item
{
[Constructible]
public ChylothShroud() : base(0x204E)
{
Hue = 0x846;
Layer = Layer.OuterTorso;
}
}