mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
GJDifficultyName and GJFeatureState (#706)
* Update Enums.hpp * Update Enums.hpp * Update Enums.hpp * Update Enums.hpp
This commit is contained in:
parent
5cc23e73e7
commit
8ae4303918
1 changed files with 11 additions and 2 deletions
|
@ -257,8 +257,17 @@ enum class StatKey {};
|
|||
enum class TextStyleType {};
|
||||
enum class InputValueType {};
|
||||
enum class GJInputStyle {};
|
||||
enum class GJDifficultyName {};
|
||||
enum class GJFeatureState {};
|
||||
enum class GJDifficultyName {
|
||||
Short = 0,
|
||||
Long = 1
|
||||
};
|
||||
enum class GJFeatureState {
|
||||
None = 0,
|
||||
Featured = 1,
|
||||
Epic = 2,
|
||||
Legendary = 3,
|
||||
Mythic = 4
|
||||
};
|
||||
enum class GJKeyGroup {};
|
||||
enum class GJKeyCommand {};
|
||||
enum class SelectSettingType {};
|
||||
|
|
Loading…
Add table
Reference in a new issue