mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 15:41:25 +00:00
4 lines
66 B
GDScript3
4 lines
66 B
GDScript3
|
|
extends Node
|
||
|
|
func test():
|
||
|
|
$MyNode/23 # Can't use number here.
|