added active field to Player and Goalie

This commit is contained in:
Jonathan Lamothe
2020-01-11 01:21:16 -05:00
parent dd6f604cd7
commit e38275aefe
2 changed files with 20 additions and 4 deletions

View File

@@ -848,6 +848,7 @@ makePlayer = Player
<*> makeName
<*> makeName
<*> makeBool
<*> makeBool
<*> makePlayerStats
<*> makePlayerStats
@@ -857,6 +858,7 @@ makeGoalie = Goalie
<$> makeNum
<*> makeName
<*> makeBool
<*> makeBool
<*> makeGoalieStats
<*> makeGoalieStats