Skip to content

Commit 57de810

Browse files
Mikkel Sørensenkirre-bylund
authored andcommitted
Add uuid field to CommonAsset class
1 parent 7fef6e9 commit 57de810

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
@@ -112,6 +112,7 @@ public class LootLockerFilter
112112
public class LootLockerCommonAsset : LootLockerResponse
113113
{
114114
public int id { get; set; }
115+
public string uuid { get; set; }
115116
public string name { get; set; }
116117
public bool active { get; set; }
117118
public bool purchasable { get; set; }

0 commit comments

Comments
 (0)