Property RewardTrackProgression
RewardTrackProgression
Gets or sets information regarding reward track progression.
Declaration
[[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1 })]]
public System.Collections.Generic.List<Den.Dev.Grunt.Models.HaloInfinite.RewardTrack>? RewardTrackProgression { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RewardTrack> |
Remarks
I am making an assumption here that still needs to be validated that this is truly RewardTrack and not
something completely different.