highscore-server/src/score.v

7 lines
57 B
V
Raw Normal View History

2023-01-07 13:00:00 +01:00
module main
struct Score {
2023-01-11 19:08:24 +01:00
player string
score int
2023-01-07 13:00:00 +01:00
}