Examples of ExVoteSystemInfo


Examples of lineage2.gameserver.network.serverpackets.ExVoteSystemInfo

      if (player == null)
      {
        return;
      }
      player.setRecomBonusTime(0);
      player.sendPacket(new ExVoteSystemInfo(player));
    }
View Full Code Here

Examples of lineage2.gameserver.network.serverpackets.ExVoteSystemInfo

  /**
   * Method sendVoteSystemInfo.
   */
  public void sendVoteSystemInfo()
  {
    sendPacket(new ExVoteSystemInfo(this));
  }
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.