execute

open override fun execute(vararg args: String, context: Game?): CommandResult<Game>

Executes the pass command.

Return

A CommandResult indicating success or failure, with the updated game state.

Parameters

args

Command arguments (unused for this command).

context

The current game context.