TetrominoAction Class

The base class for TakeBasicTetrominoAction and ChangeTetrominoAction because they are technically the same action, just with different parameters.

Definition

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

Constructors

TetrominoActionInitializes a new instance of the TetrominoAction 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)

See Also