ActionVerifier Constructor

Initializes a new instance of the ActionVerifier class.

Definition

Namespace: ProjectLCore.GameActions.Verification
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public ActionVerifier(
	GameStateGameInfo gameInfo,
	PlayerStatePlayerInfo playerInfo,
	TurnInfo turnInfo
)

Parameters

gameInfo  GameStateGameInfo
Information about the current state of the game.
playerInfo  PlayerStatePlayerInfo
Information about the tetrominos and puzzles owned by the player who makes the actions.
turnInfo  TurnInfo
Information about the current turn.

See Also