Update Enums.hpp (#684)

* Update Enums.hpp

* Update Enums.hpp
This commit is contained in:
The Bearodactyl 2024-04-11 12:14:58 -05:00 committed by GitHub
parent 071b8958b0
commit 2ca2cae6f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -337,6 +337,7 @@ enum class ShopType {
// Geode Addition
enum class ZLayer {
B5 = -5,
B4 = -3,
B3 = -1,
B2 = 1,
@ -345,6 +346,7 @@ enum class ZLayer {
T1 = 5,
T2 = 7,
T3 = 9,
T4 = 11,
};
enum class UpdateResponse {
@ -524,7 +526,8 @@ enum class GJChallengeType {
Unknown = 0,
Orbs = 1,
UserCoins = 2,
Stars = 3
Stars = 3,
Moons = 4,
};
enum class GJScoreType {