11 lines
196 B
C#
11 lines
196 B
C#
namespace Server.Items
|
|
{
|
|
[Serializable(0, false)]
|
|
public partial class WaterTile : Item
|
|
{
|
|
[Constructible]
|
|
public WaterTile() : base(0x346E)
|
|
{
|
|
}
|
|
}
|
|
}
|