Debug menu, reorganized game scene
This commit is contained in:
10
resources/resource_definitions/console_command.gd
Normal file
10
resources/resource_definitions/console_command.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
class_name ConsoleCommand extends RefCounted
|
||||
|
||||
func get_command_name() -> String:
|
||||
return ""
|
||||
|
||||
func get_help_text() -> String:
|
||||
return ""
|
||||
|
||||
func run(args: Array, context: Dictionary) -> String:
|
||||
return ""
|
||||
Reference in New Issue
Block a user