mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
forogt to commit the enum
This commit is contained in:
parent
0b9590727a
commit
645a41c63a
2 changed files with 4 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -71,3 +71,6 @@ test-docs.bat
|
|||
|
||||
# Ignore krita files too because we don't want our project files shaking my head
|
||||
**/*.kra
|
||||
|
||||
# Ignore clangd cache
|
||||
.cache
|
||||
|
|
|
@ -54,6 +54,7 @@ enum class GameObjectType {
|
|||
MiniSizePortal = 18,
|
||||
UfoPortal = 19,
|
||||
Modifier = 20,
|
||||
Breakable = 21,
|
||||
SecretCoin = 22,
|
||||
DualPortal = 23,
|
||||
SoloPortal = 24,
|
||||
|
|
Loading…
Reference in a new issue