Finishing the darn Phantom Hands ritual
This commit is contained in:
parent
f87da36775
commit
dc7d9ebc06
45 changed files with 662 additions and 270 deletions
|
@ -20,6 +20,10 @@ public class RoutingFocusParadigm
|
|||
|
||||
public void addLogic(RoutingFocusLogic logic)
|
||||
{
|
||||
if(logic instanceof ILimitingLogic)
|
||||
{
|
||||
maximumAmount += ((ILimitingLogic)logic).getRoutingLimit();
|
||||
}
|
||||
logicList.add(logic);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue