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