BasicTetrominoNotInSharedReserveFail Class

The player tried to take a basic tetromino but there are none left in the shared reserve. This failure can be produced by the TakeBasicTetrominoAction. ///

Definition

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

Constructors

BasicTetrominoNotInSharedReserveFailInitializes a new instance of the BasicTetrominoNotInSharedReserveFail class

Properties

Message A description of the failure. States that there are no basic tetrominos left in the shared reserve.
(Overrides VerificationFailureMessage)

See Also