6 lines
70 B
GDScript
6 lines
70 B
GDScript
extends Node
|
|
|
|
func print_smth(smth: String):
|
|
pass
|
|
print(smth)
|