mirror of
https://github.com/godotengine/godot.git
synced 2026-02-22 07:01:03 +00:00
5 lines
51 B
GDScript
5 lines
51 B
GDScript
func test():
|
|
pass
|
|
|
|
func something():
|
|
return "OK"
|