implemented goalsAllowedPrompt

This commit is contained in:
Jonathan Lamothe
2019-10-31 01:21:21 -04:00
parent cb0b4f9d0b
commit ff541c2385
3 changed files with 16 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ module Mtlstats.Actions
, awardAssist
, resetGoalData
, assignPMins
, recordGoalieStats
, backHome
, scrollUp
, scrollDown
@@ -269,6 +270,10 @@ assignPMins mins s = fromMaybe s $ do
)
. (selectedPlayer .~ Nothing)
-- | Records the goalie's game stats
recordGoalieStats :: ProgState -> ProgState
recordGoalieStats = undefined
-- | Resets the program state back to the main menu
backHome :: ProgState -> ProgState
backHome