Examples of EquipmentActionData


Examples of games.stendhal.server.core.rp.equipping.EquipmentActionData

   *
   * @param player player
   * @param action RPAction to build from
   */
  public EquipmentActionBuilder(Player player, RPAction action) {
    data = new EquipmentActionData();
    this.player = player;
    this.action = action;
  }
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.