HumanPlayerGetActionEventArgs Class

Provides data for the ActionRequested event.

Definition

Namespace: ProjectLCore.Players
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public class GetActionEventArgs : EventArgs
Inheritance
Object    EventArgs    HumanPlayerGetActionEventArgs

Constructors

HumanPlayerGetActionEventArgs Initializes a new instance of the HumanPlayerGetActionEventArgs class with the specified parameters.

Properties

CancellationToken Cancellation token to observe while waiting for the task to complete.
GameInfo Information about the shared resources in the game.
PlayerInfo Information about the resources of the player requesting the action.
TurnInfo Information about the current turn.
Verifier The verifier for validating the validity of actions in the current game context.

See Also