TakePuzzleAction Constructor

Initializes a new instance of the TakePuzzleAction class.

Definition

Namespace: ProjectLCore.GameActions
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public TakePuzzleAction(
	TakePuzzleActionOptions option,
	uint? puzzleId = null
)

Parameters

option  TakePuzzleActionOptions
From where the player wants to take the puzzle.
puzzleId  NullableUInt32  (Optional)
The ID of the specific puzzle to take, if option is Normal. Should be null otherwise.

See Also