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

11 lines
196 B
C#

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