Files
evening_detective_server/internal/services/game_service/team.go
T
2026-07-26 22:38:33 +07:00

8 lines
91 B
Go

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