This commit is contained in:
2025-06-15 01:02:46 +07:00
parent 36aaa49273
commit b17599eb39
10 changed files with 83 additions and 36 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
package models
type Game struct {
StartTime int64
EndTime int64
State string
StartTime string
EndTime string
}