FinishedPuzzleInfo Structure

Contains information about the reward a player chose for finishing a puzzle.

Definition

Namespace: ProjectLCore.GamePieces
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public readonly struct FinishedPuzzleInfo
Inheritance
Object    ValueType    FinishedPuzzleInfo

Constructors

FinishedPuzzleInfo Initializes a new instance of the FinishedPuzzleInfo struct with the specified parameters.

Properties

PlayerId The ID of the Player who completed the puzzle.
Puzzle The puzzle the player completed.
RewardOptions A list of possible rewards the player got to choose from. Or if the puzzle was completed during FinishingTouches.
SelectedReward The reward the player selected. Or if RewardOptions is empty.

See Also