Files
MaidEngine/scripts/debug/console_command.gd
2026-04-08 18:28:52 -04:00

8 lines
206 B
GDScript

@abstract class_name ConsoleCommand extends RefCounted
@abstract func get_command_name() -> String
@abstract func get_help_text() -> String
@abstract func run(args: Array, context: Dictionary) -> String