TakeBasicTetrominoAction Class

Represents the action of taking a O1 tetromino from the shared reserve.

Definition

Namespace: ProjectLCore.GameActions
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public class TakeBasicTetrominoAction : TetrominoAction
Inheritance
Object    GameAction    TetrominoAction    TakeBasicTetrominoAction

Constructors

TakeBasicTetrominoActionInitializes a new instance of the TakeBasicTetrominoAction class

Methods

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)
ToStringConverts to string. States that this is a TakeBasicTetrominoAction.
(Overrides ObjectToString)

See Also