public class ChangeTetrominoAction : TetrominoAction
ChangeTetrominoAction | Initializes a new instance of the ChangeTetrominoAction class. |
NewTetromino | The tetromino the player is taking from the shared reserve. |
OldTetromino | The tetromino the player is returning to the shared reserve. |
Accept |
Accepts the specified visitor by calling the appropriate method.
(Inherited from GameAction) |
AcceptAsync |
Asynchronously accepts the specified visitor by calling the appropriate method.
(Inherited from GameAction) |
ToString | Converts to string. Specifies the old and new tetrominos. (Overrides ObjectToString) |