9 lines
No EOL
179 B
C#
9 lines
No EOL
179 B
C#
using GraalGmapGenerator.Enums;
|
|
|
|
namespace GraalGmapGenerator.Options
|
|
{
|
|
public class GmapContentGeneratorOptions
|
|
{
|
|
public LevelType LevelType { get; set; }
|
|
}
|
|
} |