6 lines
51 B
GDScript
6 lines
51 B
GDScript
func test():
|
|
pass
|
|
|
|
func something():
|
|
return "OK"
|