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