merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
135 changed files with 2350 additions and 1546 deletions
Showing only changes of commit 07a833afe7 - Show all commits

View File

@@ -21,17 +21,17 @@ public interface ClientInterpreter {
void received(DeselectTSKMessage msg, int from);
/**
* Processes a received ForceStartGame message.
* Processes a received StartGame message.
*
* @param msg the ForceStartGame message to be processed
* @param msg the StartGame message to be processed
* @param from the connection ID from which the message was received
*/
void received(StartGameMessage msg, int from);
/**
* Processes a received JoinServer message.
* Processes a received JoinedLobby message.
*
* @param msg the JoinServer message to be processed
* @param msg the JoinedLobby message to be processed
* @param from the connection ID from which the message was received
*/
void received(JoinedLobbyMessage msg, int from);