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