Added missing tech tree blocks / Zone improvements

This commit is contained in:
Anuken
2019-02-01 13:14:42 -05:00
parent 87b489a541
commit f00d1f9505
7 changed files with 121 additions and 27 deletions
@@ -0,0 +1,6 @@
package io.anuke.mindustry.entities.units.types;
import io.anuke.mindustry.entities.units.GroundUnit;
public class Eruptor extends GroundUnit{
}