mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 10:31:15 +00:00
6 lines
50 B
GDScript3
6 lines
50 B
GDScript3
|
|
class_name Test
|
||
|
|
extends Node
|
||
|
|
|
||
|
|
func _init():
|
||
|
|
pass
|