5 lines
61 B
GDScript
5 lines
61 B
GDScript
extends Node
|
|
|
|
func print_smth(smth: String):
|
|
print(smth)
|
extends Node
|
|
|
|
func print_smth(smth: String):
|
|
print(smth)
|