public class RecycleAction : GameAction
RecycleAction | Initializes a new instance of the RecycleAction class. |
Option | The color of the row to recycle. |
Order | Return the order in which the puzzles will be put to the bottom of the deck. Smaller index means that the puzzle will be recycled earlier. |
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 the color of the row to recycle and the order in which the puzzles will be recycled.
(Overrides ObjectToString) |