Skip to content

Commit a747eae

Browse files
authored
Merge pull request cemuka#2 from Cdddo/master
Fixed missing bracket
2 parents 6f8bd05 + 91706d1 commit a747eae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

snippets/snippets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@
734734
"description": "OnTriggerExit is called when the Collider other has stopped touching the trigger.",
735735
"body": [
736736
"private void OnTriggerExit(Collider other)",
737+
"{",
737738
"\t$0",
738739
"}"
739740
]

0 commit comments

Comments
 (0)