v0.5.0: batch-first API, player/leaderboard handles, unified naming, Storage is global project storage, catalog list methods
CI / build (push) Successful in 49s
CI / build (push) Successful in 49s
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
package models
|
||||
|
||||
type ListLeaderboardEntriesResponse struct {
|
||||
Entries []RankEntry `json:"entries,omitempty"`
|
||||
Entries []RankEntry `json:"entries,omitempty"`
|
||||
NextCursor string `json:"nextCursor,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user