This commit is contained in:
Jonathan Lamothe 2019-10-30 01:28:54 -04:00
parent 5677263750
commit 6b30e27836

View File

@ -475,7 +475,7 @@ instance ToJSON GameStats where
-- | Defines a user prompt
data Prompt = Prompt
{ promptDrawer :: ProgState -> C.Update ()
-- ^ Draws the prompt to thr screen
-- ^ Draws the prompt to the screen
, promptCharCheck :: Char -> Bool
-- ^ Determines whether or not the character is valid
, promptAction :: String -> Action ()