implemented lifetime goals editing

This commit is contained in:
Jonathan Lamothe
2019-11-01 06:40:48 -04:00
parent c9b198d106
commit 9840e5a90e
2 changed files with 12 additions and 1 deletions

View File

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