InvalidTetrominoChangeFail Class
The player tried to change an old tetromino for a new one, but this trade is not possible.
This includes the scenario when the new tetromino is the same as the old one.
This failure can be produced by the
ChangeTetrominoAction.
Message |
A description of the failure. Specifies the shapes of the tetrominos the player wants to change.
(Overrides VerificationFailureMessage) |
NewTetromino |
The shape of the tetromino the player wants to take from the shared reserve.
|
OldTetromino |
The shape of the tetromino the player wants to return to the shared reserve.
|