333435363738394041
* * @param player player * @param action RPAction to build from */ public EquipmentActionBuilder(Player player, RPAction action) { data = new EquipmentActionData(); this.player = player; this.action = action; }