Add daily run rankings
parent
71889f7daa
commit
ff98047caa
@ -0,0 +1,7 @@
|
||||
package defs
|
||||
|
||||
type DailyRanking struct {
|
||||
Rank int `json:"rank"`
|
||||
Username string `json:"username"`
|
||||
Score int `json:"score"`
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
package api
|
||||
package defs
|
||||
|
||||
type SystemSaveData struct {
|
||||
TrainerId int `json:"trainerId"`
|
Loading…
Reference in New Issue