MasterAction Class

Represents the use of the Master Action.

Definition

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

Constructors

MasterAction Initializes a new instance of the MasterAction class.

Properties

TetrominoPlacements The tetrominos placed with the Master Action.

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)
ToString Converts to string. States that this is a MasterAction and lists the tetromino placements.
(Overrides ObjectToString)

See Also