implemented year-to-date penalty minute editing

This commit is contained in:
Jonathan Lamothe
2019-11-01 06:37:28 -04:00
parent 24b304047c
commit c9b198d106
2 changed files with 12 additions and 1 deletions

View File

@@ -111,7 +111,12 @@ ytdAssistsC = Controller
}
ytdPMinC :: Controller
ytdPMinC = undefined
ytdPMinC = Controller
{ drawController = drawPrompt editPlayerYtdPMinPrompt
, handleController = \e -> do
promptHandler editPlayerYtdPMinPrompt e
return True
}
ltGoalsC :: Controller
ltGoalsC = undefined