Changed oil extractor sprite

This commit is contained in:
Anuken
2018-03-13 11:38:56 -04:00
parent 2a0d3b05d3
commit 539971b5a0
4 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
package io.anuke.mindustry.world.blocks.types.production;
import io.anuke.mindustry.world.blocks.types.LiquidBlock;
public class LiquidMixer extends LiquidBlock{
public LiquidMixer(String name) {
super(name);
}
}