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