implemented getGoalieNumC

This commit is contained in:
Jonathan Lamothe
2019-10-30 01:29:16 -04:00
parent 67bb12920c
commit a9b5ada114
2 changed files with 11 additions and 2 deletions
+6 -1
View File
@@ -341,7 +341,12 @@ confirmCreatePlayerC = Controller
}
getGoalieNumC :: Controller
getGoalieNumC = undefined
getGoalieNumC = Controller
{ drawController = drawPrompt goalieNumPrompt
, handleController = \e -> do
promptHandler goalieNumPrompt e
return True
}
getGoalieNameC :: Controller
getGoalieNameC = undefined