Skip to content

Commit 76e59ce

Browse files
Mikkel Sørensenkirre-bylund
authored andcommitted
Added ulid to player response in leaderboards
1 parent 100ebda commit 76e59ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Game/Requests/LeaderboardRequest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public class LootLockerPlayer
1919
public int id { get; set; }
2020
public string public_uid { get; set; }
2121
public string name { get; set; }
22+
public string ulid { get; set; }
2223
}
2324

2425

0 commit comments

Comments
 (0)