Files
owniverse/command_processor.gd
T
2025-11-20 10:02:20 +03:00

5 lines
61 B
GDScript

extends Node
func print_smth(smth: String):
print(smth)