EndFinishingTouchesAction Class

Represents the action of ending a player's turn during FinishingTouches

Definition

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

Constructors

EndFinishingTouchesActionInitializes a new instance of the EndFinishingTouchesAction 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)
ToString Converts to string. States that this is a EndFinishingTouchesAction.
(Overrides ObjectToString)

See Also