File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -159,11 +159,19 @@ public class LootLockerProgressionResetReward
159
159
public string progression_name { get ; set ; }
160
160
}
161
161
162
+ public class LootLockerCurrencyReward
163
+ {
164
+ public string currency_name { get ; set ; }
165
+ public string currency_code { get ; set ; }
166
+ public string amount { get ; set ; }
167
+ }
168
+
162
169
public class LootLockerRewards
163
170
{
164
171
public List < LootLockerProgressionPointsReward > progression_points_rewards { get ; set ; }
165
172
public List < LootLockerProgressionResetReward > progression_reset_rewards { get ; set ; }
166
173
public List < LootLockerAssetReward > asset_rewards { get ; set ; }
174
+ public List < LootLockerCurrencyReward > currency_rewards { get ; set ; }
167
175
}
168
176
169
177
public class LootLockerPaginatedProgressionTiersResponse : LootLockerResponse
You can’t perform that action at this time.
0 commit comments