MasterActionNotEnoughTetrominosFail Constructor

Initializes a new instance of the MasterActionNotEnoughTetrominosFail class.

Definition

Namespace: ProjectLCore.GameActions.Verification
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public MasterActionNotEnoughTetrominosFail(
	TetrominoShape shape,
	int owned,
	int used
)

Parameters

shape  TetrominoShape
The tetromino type the player doesn't have enough tetrominos of.
owned  Int32
The number of tetrominos type shape the player owns.
used  Int32
The number of tetrominos of type shape needed by the MasterAction.

See Also