Package marauroa.common.net.message

Examples of marauroa.common.net.message.MessageS2CCharacterList


    // entry is null if the player has timed out during an extremely very long turn overflow
    if (entry != null) {
      entry.characterCounter = characters.keySet().size();

      MessageS2CCharacterList msg = new MessageS2CCharacterList(channel, characters);
      msg.setProtocolVersion(protocolVersion);
      msg.setClientID(clientid);
      netMan.sendMessage(msg);
    }
  }
View Full Code Here

TOP

Related Classes of marauroa.common.net.message.MessageS2CCharacterList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.