Skip to content

Commit

Permalink
attributes for FA
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebRose committed Jun 12, 2024
1 parent 26ff535 commit d1a044e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions managers/FreeAgencyManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,26 @@ func GetAllFreeAgentsWithOffers() []models.FreeAgentResponse {
Overall: fa.Overall,
Height: fa.Height,
Weight: fa.Weight,
FootballIQ: fa.FootballIQ,
Speed: fa.Speed,
Carrying: fa.Carrying,
Agility: fa.Agility,
Catching: fa.Catching,
RouteRunning: fa.RouteRunning,
ZoneCoverage: fa.ZoneCoverage,
ManCoverage: fa.ManCoverage,
Strength: fa.Strength,
Tackle: fa.Tackle,
PassBlock: fa.PassBlock,
RunBlock: fa.RunBlock,
PassRush: fa.PassRush,
RunDefense: fa.RunDefense,
ThrowPower: fa.ThrowPower,
ThrowAccuracy: fa.ThrowAccuracy,
KickAccuracy: fa.KickAccuracy,
KickPower: fa.KickPower,
PuntAccuracy: fa.PuntAccuracy,
PuntPower: fa.PuntPower,
PotentialGrade: fa.PotentialGrade,
FreeAgency: fa.FreeAgency,
Personality: fa.Personality,
Expand Down
20 changes: 20 additions & 0 deletions models/FreeAgencyResponse.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,26 @@ type FreeAgentResponse struct {
Weight int
Age int
Overall int
FootballIQ int
Speed int
Carrying int
Agility int
Catching int
RouteRunning int
ZoneCoverage int
ManCoverage int
Strength int
Tackle int
PassBlock int
RunBlock int
PassRush int
RunDefense int
ThrowPower int
ThrowAccuracy int
KickAccuracy int
KickPower int
PuntAccuracy int
PuntPower int
PotentialGrade string
FreeAgency string
Personality string
Expand Down

0 comments on commit d1a044e

Please sign in to comment.