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

11 lines
196 B
C#

namespace Server.Items
{
[Serializable(0, false)]
public partial class SwampTile : Item
{
[Constructible]
public SwampTile() : base(0x320D)
{
}
}
}