Skip to content

Commit debf476

Browse files
committed
Fix build error
1 parent 339085c commit debf476

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Runtime/Game/Requests/AssetInstanceRequest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@ namespace LootLocker.Requests
1111
{
1212
public class LootLockerGetAllKeyValuePairsResponse : LootLockerResponse
1313
{
14-
1514
public int streamedObjectCount = 0;
1615
public LootLockerInstanceStoragePair[] keypairs;
1716
}
1817

1918
public class LootLockerGetSingleKeyValuePairsResponse : LootLockerResponse
2019
{
21-
public bool success { get; set; }
2220
public int streamedObjectCount = 0;
2321
public LootLockerInstanceStoragePair keypair;
2422
}

0 commit comments

Comments
 (0)