LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerLeaderboardGroupRewardAssociations Class Reference

A single reward entry within a leaderboard reward group, specifying the kind and the associated reward details. More...

Properties

string kind [get, set]
 The kind of reward, (asset / currency / group / progression points / progression reset).
 
LootLockerLeaderboardRewardAssetDetails asset [get, set]
 The details on the Asset.
 
LootLockerLeaderboardRewardCurrencyDetails currency [get, set]
 The details on the Currency.
 
LootLockerLeaderboardRewardProgression progression_points [get, set]
 The Progression Points reward, will be null if the reward is of another type.
 
LootLockerLeaderboardRewardProgressionReset progression_reset [get, set]
 The Progression Reset reward, will be null if the reward is of another type.
 

Detailed Description

A single reward entry within a leaderboard reward group, specifying the kind and the associated reward details.