2026-08-26 13:53:27 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
|
|
|
|
|
package models
|
|
|
|
|
|
2026-08-26 18:30:28 +03:00
|
|
|
type BatchLeaderboardEntry struct {
|
2026-08-26 13:53:27 +03:00
|
|
|
PlayerID string `json:"playerId,omitempty"`
|
|
|
|
|
Score float64 `json:"score,omitempty"`
|
|
|
|
|
}
|