ModernUO/Scripts/Regions/TownRegion.cs
2018-09-14 08:41:38 -07:00

11 lines
No EOL
201 B
C#

using System.Xml;
namespace Server.Regions
{
public class TownRegion : GuardedRegion
{
public TownRegion( XmlElement xml, Map map, Region parent ) : base( xml, map, parent )
{
}
}
}