File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ public class LootLockerPlayer
31
31
public class LootLockerGetByListOfMembersResponse : LootLockerResponse
32
32
{
33
33
public bool success => status ;
34
- public LootLockerMember [ ] members { get ; set ; }
34
+ public LootLockerLeaderboardMember [ ] members { get ; set ; }
35
35
}
36
36
37
- public class LootLockerMember
37
+ public class LootLockerLeaderboardMember
38
38
{
39
39
public string member_id { get ; set ; }
40
40
public int rank { get ; set ; }
@@ -46,7 +46,7 @@ public class LootLockerGetScoreListResponse : LootLockerResponse
46
46
{
47
47
public bool success => status ;
48
48
public LootLockerPagination pagination { get ; set ; }
49
- public LootLockerMember [ ] items { get ; set ; }
49
+ public LootLockerLeaderboardMember [ ] items { get ; set ; }
50
50
}
51
51
52
52
public class LootLockerPagination
You can’t perform that action at this time.
0 commit comments