ModernUO/Projects/UOContent/Items/Misc/The Citadel/TravestysCollectionOfShells.cs
2022-10-28 20:44:08 -07:00

14 lines
322 B
C#

using ModernUO.Serialization;
namespace Server.Items;
[SerializationGenerator(0, false)]
public partial class TravestysCollectionOfShells : Item
{
[Constructible]
public TravestysCollectionOfShells() : base(0xFD3)
{
}
public override int LabelNumber => 1072090; // Travesty's Collection of Shells
}