godot/modules/gdscript/tests/scripts/lsp/first_line_class_name.gd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
50 B
GDScript3
Raw Normal View History

class_name Test
extends Node
func _init():
pass