mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
fill in LevelLeaderboardMode enum (#419)
This commit is contained in:
parent
b072c6bc31
commit
b11d837013
1 changed files with 4 additions and 1 deletions
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue