1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

GDScript: Fix head class range to include class_name

This commit is contained in:
HolonProduction
2025-03-14 10:56:42 +01:00
parent a77a28c029
commit d6da30e9c7
3 changed files with 24 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
class_name Test
extends Node
func _init():
pass