using GraalGmapGenerator.Enums; namespace GraalGmapGenerator.Options { public class GmapContentGeneratorOptions { public LevelType LevelType { get; set; } } }