We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7995f7a commit a44fe4bCopy full SHA for a44fe4b
Runtime/Game/Requests/ClassRequests.cs
@@ -142,9 +142,9 @@ public class LootLockerClassAsset
142
public class LootLockerPlayerClassListResponse : LootLockerResponse
143
{
144
#if LOOTLOCKER_USE_NEWTONSOFTJSON
145
- [JsonProperty("characters")]
+ [JsonProperty("items")]
146
#else
147
- [Json(Name = "characters")]
+ [Json(Name = "items")]
148
#endif
149
public LootLockerClass[] classes { get; set; }
150
}
0 commit comments