Skip to content

Commit

Permalink
add default level type
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Aug 16, 2024
1 parent f9cefdd commit 980c569
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/include/Geode/Enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ enum class GJDifficulty {
};

enum class GJLevelType {
Default = 0,
Local = 1,
Editor = 2,
Saved = 3
Expand Down

0 comments on commit 980c569

Please sign in to comment.