legacy-of-the-ancient-questor/scripts/game/commands/PassCommand.gd

11 lines
134 B
GDScript

extends Command
class_name PassCommand
func _init():
commandLabel = "Pass"
func execute():
COMMAND_PROCESSED.emit(commandLabel)