15 lines
341 B
C#
15 lines
341 B
C#
/* INFINITY CODE 2013-2019 */
|
|
/* http://www.infinity-code.com */
|
|
|
|
using System.Xml;
|
|
|
|
namespace InfinityCode.RealWorldTerrain.XML
|
|
{
|
|
public class RealWorldTerrainXMLNamespaceManager : XmlNamespaceManager
|
|
{
|
|
public RealWorldTerrainXMLNamespaceManager(XmlNameTable table) : base(table)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |