Advertisement
Guest User

Untitled

a guest
May 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. profit = calc.calculateBuildProfit(calcbpavo, LocationService.getJITA());
  2. cost = (int) (calc.calculateBuildMaterialCost(calcbpavo, LocationService.getJITA())) *runs;
  3. BuildListItemInformation item = new BuildListItemInformation(ME, TE, runs, profit, cost);
  4. return item;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement