Skip to content

Basic implementation of Quit, Logout and PhaseSelect Commands

Ecvd Sama requested to merge SigMarinetti/core-dotnet:exit_commands into master

Implements basic handling fo the commands /quit /logout and /phase_select and two methods (with interface) SendChatCommand(string command), SendChatInfo(string info) to send Chat commands and info messages to players (needed for the implementation of of the 3 commands)

Merge request reports