mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-11-08 12:21:20 +01:00
8 lines
141 B
Go
8 lines
141 B
Go
package defs
|
|
|
|
type DailyRanking struct {
|
|
Rank int `json:"rank"`
|
|
Username string `json:"username"`
|
|
Score int `json:"score"`
|
|
}
|