PlayerAlreadyTookBlackPuzzleInEndOfTheGameFail Class

The player tried to take a second black puzzle in the same turn during EndOfTheGame. This failure can be produced by the TakePuzzleAction.

Definition

Namespace: ProjectLCore.GameActions.Verification
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public class PlayerAlreadyTookBlackPuzzleInEndOfTheGameFail : VerificationFailure
Inheritance
Object    VerificationResult    VerificationFailure    PlayerAlreadyTookBlackPuzzleInEndOfTheGameFail

Constructors

PlayerAlreadyTookBlackPuzzleInEndOfTheGameFailInitializes a new instance of the PlayerAlreadyTookBlackPuzzleInEndOfTheGameFail class

Properties

Message A description of the failure. States that players can take only one black puzzle per turn during the EndOfTheGame game phase.
(Overrides VerificationFailureMessage)

See Also