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