Unit build req changes

This commit is contained in:
Anuken
2022-02-14 14:45:45 -05:00
parent 33b15c798d
commit e1bdb843de
8 changed files with 43 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
package mindustry.world.blocks.units;
import mindustry.world.*;
public class ControlCore extends Block{
public ControlCore(String name){
super(name);
}
}