8 lines
116 B
C#
8 lines
116 B
C#
|
namespace DunGen
|
||
|
{
|
||
|
public static class Constants
|
||
|
{
|
||
|
public const string DefaultDungeonRootName = "Dungeon";
|
||
|
}
|
||
|
}
|