Skip to content

Commit 550449d

Browse files
committed
Add data_entities to assets
1 parent 8094f9d commit 550449d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Game/Requests/AssetRequest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public class LootLockerCommonAsset : LootLockerResponse
111111
public bool initially_purchasable { get; set; }
112112
public LootLockerFile[] files { get; set; }
113113
public LootLockerAssetCandidate asset_candidate { get; set; }
114+
public string[] data_entities { get; set; }
114115
}
115116

116117
public class LootLockerAssetCandidate

0 commit comments

Comments
 (0)