Class MessageS2CChooseCharacterACK

java.lang.Object
marauroa.common.net.message.Message
marauroa.common.net.message.MessageS2CChooseCharacterACK
All Implemented Interfaces:
Serializable

public class MessageS2CChooseCharacterACK extends Message
This message indicate the client that the server has accepted its ChooseCharacter Message
See Also:
Message
  • Constructor Details

    • MessageS2CChooseCharacterACK

      public MessageS2CChooseCharacterACK()
      Constructor for allowing creation of an empty message
    • MessageS2CChooseCharacterACK

      public MessageS2CChooseCharacterACK(Channel source)
      Constructor with a TCP/IP source/destination of the message
      Parameters:
      source - The TCP/IP address associated to this message
  • Method Details