PuzzleIdIsNullFail Class

The player specified Normal but PuzzleId was . 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 PuzzleIdIsNullFail : VerificationFailure
Inheritance
Object    VerificationResult    VerificationFailure    PuzzleIdIsNullFail

Constructors

PuzzleIdIsNullFailInitializes a new instance of the PuzzleIdIsNullFail class

Properties

Message A description of the failure. States that the PuzzleId was .
(Overrides VerificationFailureMessage)

See Also