Module polimi.ingsw.am21.codex
Class PlayerJoinedGameMessage
java.lang.Object
polimi.ingsw.am21.codex.controller.messages.Message
polimi.ingsw.am21.codex.controller.messages.ViewUpdatingMessage
polimi.ingsw.am21.codex.controller.messages.viewUpdate.game.PlayerJoinedGameMessage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlayerJoinedGameMessage
(String gameId, UUID connectionID, String nickname, TokenColor color, List<Integer> handIDs, Integer starterCardID, CardSideType starterSideType) -
Method Summary
-
Constructor Details
-
PlayerJoinedGameMessage
public PlayerJoinedGameMessage(String gameId, UUID connectionID, String nickname, TokenColor color, List<Integer> handIDs, Integer starterCardID, CardSideType starterSideType)
-
-
Method Details