public class MasterAction : GameAction
MasterAction | Initializes a new instance of the MasterAction class. |
TetrominoPlacements | The tetrominos placed with the Master Action. |
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. States that this is a MasterAction and lists the tetromino placements. (Overrides ObjectToString) |