add newline

This commit is contained in:
yuki 2025-11-11 19:21:40 -03:00
parent a19b2ce0a0
commit 4a149be546

View file

@ -37,7 +37,8 @@
" ${1:ClassName}.super.draw(self)", " ${1:ClassName}.super.draw(self)",
"end", "end",
"", "",
"return ${1:ClassName}" "return ${1:ClassName}",
""
], ],
"description": "Extends GameObject with a LuaLS class definition and implements new, update, and draw." "description": "Extends GameObject with a LuaLS class definition and implements new, update, and draw."
} }