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