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