mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-06-21 00:52:51 +02: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"`
|
|
}
|