This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/internal/domain/opponents_defeated.go
Dawid Wysokiński be8892e532
All checks were successful
continuous-integration/drone/push Build is passing
feat: add tw.Client (#4)
Reviewed-on: twhelp/core#4
2022-07-24 16:19:27 +00:00

13 lines
194 B
Go

package domain
type OpponentsDefeated struct {
RankAtt int64
ScoreAtt int64
RankDef int64
ScoreDef int64
RankSup int64
ScoreSup int64
RankTotal int64
ScoreTotal int64
}