Progress on new unit control block
This commit is contained in:
@@ -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{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user