godot-module-template/engine/modules/gdscript/tests/scripts/parser/features/class_name.gd

6 lines
83 B
GDScript
Raw Normal View History

2025-01-17 15:36:38 +00:00
@icon("res://path/to/optional/icon.svg")
class_name HelloWorld
func test():
pass