Files
Five-Nights-At-Akers/Scripts/Gameplay/CommandLine/Commands/say.gd
2026-03-24 22:00:03 -07:00

7 lines
159 B
GDScript

extends Resource
var desc: String = "Repeat your input"
var usage: String = "say <text>"
func main(args: Array, context: Node) -> void:
context._print(args)