fill in LevelLeaderboardMode enum (#419)

This commit is contained in:
Cvolton 2024-01-13 12:59:57 +01:00 committed by GitHub
parent b072c6bc31
commit b11d837013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,7 +156,10 @@ enum class CommentKeyType {
User = 1,
LevelList = 2
};
enum class LevelLeaderboardMode {};
enum class LevelLeaderboardMode {
Time = 0,
Points = 1
};
enum class StatKey {};
enum class TextStyleType {};
enum class InputValueType {};