We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24582c6 commit 96bb8bbCopy full SHA for 96bb8bb
2 files changed
GeometryDashAPI/Server/Dtos/LevelPreview.cs
@@ -37,7 +37,7 @@ public string Description
37
38
[GameProperty("6")]
39
public int AuthorUserId { get; set; }
40
-
+
41
[GameProperty("8")]
42
public Difficulty Difficulty { get; set; }
43
GeometryDashAPI/Server/Enums/LengthType.cs
@@ -6,6 +6,7 @@ public enum LengthType
6
Short = 1,
7
Medium = 2,
8
Long = 3,
9
- XL = 4
+ XL = 4,
10
+ Platformer
11
}
12
0 commit comments