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