TakePuzzleAction Constructor
Namespace: ProjectLCore.GameActionsAssembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
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.