File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ public static void ResetAssetCalls()
46
46
47
47
public class LootLockerAssetResponse : LootLockerResponse
48
48
{
49
-
50
49
public LootLockerCommonAsset [ ] assets { get ; set ; }
51
50
}
52
51
@@ -111,6 +110,7 @@ public class LootLockerCommonAsset : LootLockerResponse
111
110
public bool initially_purchasable { get ; set ; }
112
111
public LootLockerFile [ ] files { get ; set ; }
113
112
public LootLockerAssetCandidate asset_candidate { get ; set ; }
113
+ public string [ ] data_entities { get ; set ; }
114
114
}
115
115
116
116
public class LootLockerAssetCandidate
Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ public class LootLockerGetByListMembersRequest
131
131
132
132
namespace LootLocker
133
133
{
134
-
135
134
public partial class LootLockerAPIManager
136
135
{
137
136
public static void GetMemberRank ( LootLockerGetMemberRankRequest data , Action < LootLockerGetMemberRankResponse > onComplete )
You can’t perform that action at this time.
0 commit comments