add newline
This commit is contained in:
parent
a19b2ce0a0
commit
4a149be546
1 changed files with 2 additions and 1 deletions
3
.vscode/gameobject.code-snippets
vendored
3
.vscode/gameobject.code-snippets
vendored
|
|
@ -37,7 +37,8 @@
|
|||
" ${1:ClassName}.super.draw(self)",
|
||||
"end",
|
||||
"",
|
||||
"return ${1:ClassName}"
|
||||
"return ${1:ClassName}",
|
||||
""
|
||||
],
|
||||
"description": "Extends GameObject with a LuaLS class definition and implements new, update, and draw."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue