Skip to content

Commit a16029e

Browse files
committed
Storage must be returned from characters
1 parent dd86f33 commit a16029e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Game/Requests/CharacterRequest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public class LootLockerCharacter_Types
4343
public int id;
4444
public bool is_default;
4545
public string name;
46+
public LootLockerStorage [] storage;
4647
}
4748

4849

0 commit comments

Comments
 (0)