mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-03 06:16:19 +00:00
ops
This commit is contained in:
@@ -171,15 +171,6 @@ public class EngineMobHandlerSVC extends IrisEngineService implements IrisMobDat
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private LinkedHashMap<IrisMobPiece, Integer> test(LinkedHashMap<IrisMobPiece, List<Integer>> req) {
|
||||
LinkedHashMap<IrisMobPiece, Integer> res = new LinkedHashMap<>();
|
||||
for (IrisMobPiece piece : req.keySet()) {
|
||||
res.put(piece, null);
|
||||
}
|
||||
return res;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param req Data to do calculations with. List<Integer>> = Requested energy + future
|
||||
* @return returns the energy distribution for each piece
|
||||
|
||||
Reference in New Issue
Block a user