PuzzleNotAvailableFail Class

The player tried to take the puzzle with ID Id, but no available puzzle has this ID. 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 PuzzleNotAvailableFail : VerificationFailure
Inheritance
Object    VerificationResult    VerificationFailure    PuzzleNotAvailableFail

Constructors

PuzzleNotAvailableFail Initializes a new instance of the PuzzleNotAvailableFail class.

Properties

Id The ID of the puzzle he tried to take.
Message A description of the failure. Specifies the ID of the puzzle the player tried to take.
(Overrides VerificationFailureMessage)

See Also