Skip to content

Commit 96bb8bb

Browse files
committed
add platformer legnth
1 parent 24582c6 commit 96bb8bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

GeometryDashAPI/Server/Dtos/LevelPreview.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public string Description
3737

3838
[GameProperty("6")]
3939
public int AuthorUserId { get; set; }
40-
40+
4141
[GameProperty("8")]
4242
public Difficulty Difficulty { get; set; }
4343

GeometryDashAPI/Server/Enums/LengthType.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ public enum LengthType
66
Short = 1,
77
Medium = 2,
88
Long = 3,
9-
XL = 4
9+
XL = 4,
10+
Platformer
1011
}
1112
}

0 commit comments

Comments
 (0)