Skip to content

Commit

Permalink
add platformer legnth
Browse files Browse the repository at this point in the history
  • Loading branch information
Folleach committed Aug 24, 2024
1 parent 24582c6 commit 96bb8bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GeometryDashAPI/Server/Dtos/LevelPreview.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public string Description

[GameProperty("6")]
public int AuthorUserId { get; set; }

[GameProperty("8")]
public Difficulty Difficulty { get; set; }

Expand Down
3 changes: 2 additions & 1 deletion GeometryDashAPI/Server/Enums/LengthType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public enum LengthType
Short = 1,
Medium = 2,
Long = 3,
XL = 4
XL = 4,
Platformer
}
}

0 comments on commit 96bb8bb

Please sign in to comment.