Examples of ExBR_LoadEventTopRankers


Examples of l2p.gameserver.serverpackets.ExBR_LoadEventTopRankers

  protected void runImpl()
  {
    int count = 0;
    int bestScore = 0;
    int myScore = 0;
    getClient().sendPacket(new ExBR_LoadEventTopRankers(_eventId, _day, count, bestScore, myScore));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.