Files
evening_detective_server/internal/services/game_service/team.go
T
2026-07-28 00:51:25 +07:00

9 lines
108 B
Go

package game_service
type Team struct {
ID int
Name string
Status string
Password string
}