Skip to content

Commit c071b82

Browse files
Mikkel Sørensenkirre-bylund
authored andcommitted
Add uuid to Context response
1 parent 57de810 commit c071b82

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
@@ -179,6 +179,7 @@ public class LootLockerContextResponse : LootLockerResponse
179179
public class LootLockerContext
180180
{
181181
public int id { get; set; }
182+
public string uuid { get; set; }
182183
public string name { get; set; }
183184
public string friendly_name { get; set; }
184185
public bool detachable { get; set; }

0 commit comments

Comments
 (0)