aaron-jencks / Telnet-Mud

A Telnet MUD implemented in Gcc-Go
GNU General Public License v3.0
0 stars 0 forks source link

Modify UI controller to use CommandResponse #17

Closed aaron-jencks closed 1 year ago

aaron-jencks commented 1 year ago

So that as actions are being processed by the action handler loop of the player service, they can reach out to the ui controller to instruct it to update the visuals, this can reuse the parsing.CommandResponse struct