Progress on new unit control block

This commit is contained in:
Anuken
2020-08-16 16:34:14 -04:00
parent 8dd4e9feb0
commit 2bb2964790
4 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
package mindustry.world.blocks.units;
import mindustry.gen.*;
import mindustry.world.*;
public class ControlCenter extends Block{
@@ -8,4 +9,8 @@ public class ControlCenter extends Block{
super(name);
update = true;
}
public class ControlCenterBuild extends Building{
}
}