ModernUO/Projects/UOContent/Items/Misc/Bedlam/GrizzledSkullCollection.cs
2022-10-28 20:44:08 -07:00

14 lines
309 B
C#

using ModernUO.Serialization;
namespace Server.Items;
[SerializationGenerator(0, false)]
public partial class GrizzledSkullCollection : Item
{
[Constructible]
public GrizzledSkullCollection() : base(0x21FC)
{
}
public override int LabelNumber => 1072116; // Grizzled Skull collection
}