public readonly struct FinishedPuzzleInfo
FinishedPuzzleInfo | Initializes a new instance of the FinishedPuzzleInfo struct with the specified parameters. |
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. |