Package games.stendhal.server.core.rp.equipping

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

Related Classes of games.stendhal.server.core.rp.equipping.EquipmentActionData

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.