Better annotation processor IC
This commit is contained in:
@@ -2,6 +2,7 @@ package mindustry.world.consumers;
|
||||
|
||||
import arc.func.*;
|
||||
import mindustry.gen.*;
|
||||
import mindustry.world.meta.*;
|
||||
|
||||
/** A power consumer that uses a dynamic amount of power. */
|
||||
public class ConsumePowerDynamic extends ConsumePower{
|
||||
@@ -16,4 +17,9 @@ public class ConsumePowerDynamic extends ConsumePower{
|
||||
public float requestedPower(Building entity){
|
||||
return usage.get(entity);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void display(Stats stats){
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user