TetrominoNotInPersonalSupplyFail Class

The player tried to use a tetromino but doesn't have any of this shape in their personal supply. This failure can be produced by the ChangeTetrominoAction, PlaceTetrominoAction or MasterAction.

Definition

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

Constructors

TetrominoNotInPersonalSupplyFail Initializes a new instance of the TetrominoNotInPersonalSupplyFail class.

Properties

Message A description of the failure. Specifies the type of the missing tetromino.
(Overrides VerificationFailureMessage)
Shape The shape of the tetromino.

See Also