Skip to content

Commit 502ea4e

Browse files
committed
update snippets to add bonus enums
1 parent f4f153d commit 502ea4e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
22
*.vsix
3-
todo.yml

snippets/generated/pewpew-enums.code-snippets

+16
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,22 @@
184184
"prefix": "pewpew.BombType.SMALL_FREEZE",
185185
"body": "pewpew.BombType.SMALL_FREEZE"
186186
},
187+
"BonusType_REINSTANTIATION": {
188+
"prefix": "pewpew.BonusType.REINSTANTIATION",
189+
"body": "pewpew.BonusType.REINSTANTIATION"
190+
},
191+
"BonusType_SHIELD": {
192+
"prefix": "pewpew.BonusType.SHIELD",
193+
"body": "pewpew.BonusType.SHIELD"
194+
},
195+
"BonusType_SPEED": {
196+
"prefix": "pewpew.BonusType.SPEED",
197+
"body": "pewpew.BonusType.SPEED"
198+
},
199+
"BonusType_WEAPON": {
200+
"prefix": "pewpew.BonusType.WEAPON",
201+
"body": "pewpew.BonusType.WEAPON"
202+
},
187203
"WeaponType_BULLET": {
188204
"prefix": "pewpew.WeaponType.BULLET",
189205
"body": "pewpew.WeaponType.BULLET"

0 commit comments

Comments
 (0)