diff --git a/loader/include/Geode/Enums.hpp b/loader/include/Geode/Enums.hpp index c7fd1006..2e0983aa 100644 --- a/loader/include/Geode/Enums.hpp +++ b/loader/include/Geode/Enums.hpp @@ -295,7 +295,9 @@ enum class GJRewardType { Unknown = 0x0, Small = 0x1, - Large = 0x2 + Large = 0x2, + SmallTreasure = 0x3, + LargeTreasure = 0x4 }; enum class IconType {