End of lesson 18 The command processor, Chapter 5
This commit is contained in:
5
scripts/game/commands/CommandDispatcher.gd
Normal file
5
scripts/game/commands/CommandDispatcher.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
|
||||
signal PROCESS_COMMAND(command)
|
||||
signal WAIT_FOR_COMMAND
|
||||
signal PAUSE_PROCESSOR
|
||||
Reference in New Issue
Block a user