InvalidActionDuringFinishingTouchesFail Class

The player used an invalid action when CurrentGamePhase was FinishingTouches. The only allowed actions are PlaceTetrominoAction and EndFinishingTouchesAction.

Definition

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

Constructors

InvalidActionDuringFinishingTouchesFail Initializes a new instance of the InvalidActionDuringFinishingTouchesFail class.

Properties

ActionType The type of the action used.
Message A description of the failure. Specifies the type of the action used.
(Overrides VerificationFailureMessage)

See Also