MasterActionNotEnoughTetrominosFail Class
The player doesn't have enough tetrominos needed by a
MasterAction.
The player tried to make the following placements:
Puzzle ID | Used tetromino |
---|
13 | L3 |
9 | O2 |
27 | L3 |
But the player has only one
L3 tetromino, while two are needed.
Message |
A description of the failure. Specifies the type of the tetromino, the number of tetrominos the player owns and the number of tetrominos needed by the MasterAction.
(Overrides VerificationFailureMessage) |
Owned |
The number of tetromino of type Shape the player owns.
|
Shape |
The tetromino type the player doesn't have enough tetrominos of.
|
Used |
The number of tetrominos of type Shape needed to perform the master action.
|