mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
thank absolute for the new enum values
This commit is contained in:
parent
ca683faf45
commit
8e4b76f7d1
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@ enum class GameObjectType {
|
|||
GravityDashRing = 38,
|
||||
CollisionObject = 39,
|
||||
Special = 40,
|
||||
SwingPortal = 41,
|
||||
GravityTogglePortal = 42,
|
||||
SpiderOrb = 43,
|
||||
SpiderPad = 44,
|
||||
TeleportOrb = 46,
|
||||
AnimatedHazard = 47,
|
||||
};
|
||||
|
||||
enum class PulseEffectType {
|
||||
|
|
Loading…
Reference in a new issue