Module it.polimi.ingsw.am13
Class MsgCommand
java.lang.Object
it.polimi.ingsw.am13.network.socket.message.Message
it.polimi.ingsw.am13.network.socket.message.command.MsgCommand
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MsgCommandChat
,MsgCommandChoosePersonalObjective
,MsgCommandCreateRoom
,MsgCommandGetRooms
,MsgCommandJoinRoom
,MsgCommandLeaveRoom
,MsgCommandPickCard
,MsgCommandPing
,MsgCommandPlayCard
,MsgCommandPlayStarter
,MsgCommandReconnectGame
Abstract class for a command message, that is sent to the server by the client
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MsgCommand
public MsgCommand()
-