Class GameOverMsg
java.lang.Object
it.polimi.ingsw.communication.sugar_framework.messages.SugarMessage
it.polimi.ingsw.server.controller.game_state_controller.messages.GameOverMsg
This is a special message that is not directly sent to the client, but it is instead intercepted by game controller
to notify to the clients the end of the game
-
Field Summary
FieldsFields inherited from class it.polimi.ingsw.communication.sugar_framework.messages.SugarMessage
jwt, messageClass, messageID, sugarMethod -
Constructor Summary
ConstructorsConstructorDescriptionGameOverMsg(Map<String, Boolean> peerToIsWinner, UpdateClientMsg updateClientMsg) -
Method Summary
Methods inherited from class it.polimi.ingsw.communication.sugar_framework.messages.SugarMessage
deserialize, serialize
-
Field Details
-
usernameToIsWinner
-
updateClientMsg
-
-
Constructor Details
-
GameOverMsg
-