mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
add missing GJRewardTypes
This commit is contained in:
parent
a9d3bfd693
commit
6f2044ca92
1 changed files with 3 additions and 1 deletions
|
@ -295,7 +295,9 @@ enum class GJRewardType
|
|||
{
|
||||
Unknown = 0x0,
|
||||
Small = 0x1,
|
||||
Large = 0x2
|
||||
Large = 0x2,
|
||||
SmallTreasure = 0x3,
|
||||
LargeTreasure = 0x4
|
||||
};
|
||||
|
||||
enum class IconType {
|
||||
|
|
Loading…
Reference in a new issue