mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
add 2.2 SpecialRewardItems
This commit is contained in:
parent
27fac2ba9d
commit
a555f736d0
1 changed files with 5 additions and 0 deletions
|
@ -287,6 +287,11 @@ enum class SpecialRewardItem {
|
|||
Orbs = 0x7,
|
||||
Diamonds = 0x8,
|
||||
CustomItem = 0x9,
|
||||
EarthShard = 0xA,
|
||||
BloodShard = 0xB,
|
||||
MetalShard = 0xC,
|
||||
LightShard = 0xD,
|
||||
SoulShard = 0xE
|
||||
};
|
||||
|
||||
enum class EditCommand {
|
||||
|
|
Loading…
Reference in a new issue