diff options
Diffstat (limited to 'gdscript.html.markdown')
-rw-r--r-- | gdscript.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdscript.html.markdown b/gdscript.html.markdown index ed779c8a..25af0974 100644 --- a/gdscript.html.markdown +++ b/gdscript.html.markdown @@ -281,6 +281,7 @@ func _on_death(): ## Type hints GDScript can optionally use static typing. + ```nim extends Node |