added year-to-date and lifetime player edit modes
This commit is contained in:
@@ -40,6 +40,8 @@ editPlayerC eps
|
||||
EPNumber -> numberC
|
||||
EPName -> nameC
|
||||
EPPosition -> positionC
|
||||
EPYtd -> ytdC
|
||||
EPLifetime -> lifetimeC
|
||||
EPYtdGoals -> ytdGoalsC
|
||||
EPYtdAssists -> ytdAssistsC
|
||||
EPYtdPMin -> ytdPMinC
|
||||
@@ -94,6 +96,12 @@ positionC = Controller
|
||||
return True
|
||||
}
|
||||
|
||||
ytdC :: Controller
|
||||
ytdC = undefined
|
||||
|
||||
lifetimeC :: Controller
|
||||
lifetimeC = undefined
|
||||
|
||||
ytdGoalsC :: Controller
|
||||
ytdGoalsC = Controller
|
||||
{ drawController = drawPrompt editPlayerYtdGoalsPrompt
|
||||
|
||||
Reference in New Issue
Block a user