8 lines
No EOL
199 B
C#
8 lines
No EOL
199 B
C#
namespace GraalGmapGenerator.Options
|
|
{
|
|
public class LevelContentGeneratorOptions
|
|
{
|
|
public string TemplateFilePath { get; set; }
|
|
public bool AddLevelLinks { get; set; }
|
|
}
|
|
} |