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