2025-05-17 04:36:06 +07:00

8 lines
89 B
Go

package models
type Game struct {
StartTime int64
EndTime int64
State string
}