PlayerDoesntHavePuzzleFail Class

The player tried to place a tetromino into the puzzle with ID Id, but the player doesn't have a puzzle with this ID. This failure can be produced by the PlaceTetrominoAction or MasterAction.

Definition

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

Constructors

PlayerDoesntHavePuzzleFail Initializes a new instance of the PlayerDoesntHavePuzzleFail class.

Properties

Id The ID of the puzzle.
Message A description of the failure. Specifies the ID of the puzzle the player doesn't have.
(Overrides VerificationFailureMessage)

See Also