ModernUO/Projects/UOContent/Items/Champion Artifacts/Decorative/DemonSkull.cs
2021-08-21 13:03:05 -07:00

11 lines
218 B
C#

namespace Server.Items
{
[Serializable(0, false)]
public partial class DemonSkull : Item
{
[Constructible]
public DemonSkull() : base(0x224e + Utility.Random(4))
{
}
}
}