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

public abstract class MsgCommand extends Message
Abstract class for a command message, that is sent to the server by the client
See Also:
  • Constructor Details

    • MsgCommand

      public MsgCommand()