public class TakePuzzleAction : GameAction
TakePuzzleAction | Initializes a new instance of the TakePuzzleAction class. |
Option | From where the player wants to take the puzzle. |
PuzzleId | The ID of the specific puzzle to take, if Option is Normal. Should be null otherwise. |
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 action the player wants to take. E.g. "Take top white puzzle".
(Overrides ObjectToString) |