implemented year-to-date goal editing

This commit is contained in:
Jonathan Lamothe
2019-11-01 06:30:37 -04:00
parent fc31794ef4
commit 4e9b3f635d
2 changed files with 12 additions and 1 deletions

View File

@@ -95,7 +95,12 @@ positionC = Controller
}
ytdGoalsC :: Controller
ytdGoalsC = undefined
ytdGoalsC = Controller
{ drawController = drawPrompt editPlayerYtdGoalsPrompt
, handleController = \e -> do
promptHandler editPlayerYtdGoalsPrompt e
return True
}
ytdAssistsC :: Controller
ytdAssistsC = undefined