GameActionProcessorProcessAction(RecycleAction) Method

Removes the puzzles from the GameState puzzle rows and puts them to the bottom of the deck. Then refills the puzzle rows.

Definition

Namespace: ProjectLCore.GameActions
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
protected override void ProcessAction(
	RecycleAction action
)

Parameters

action  RecycleAction
The action to process.

Exceptions

InvalidOperationExceptionOne of the puzzles specified in the Order of action was not found.

See Also