Bullet refactoring

This commit is contained in:
Anuken
2018-05-27 15:17:35 -04:00
parent 47b627d669
commit 0b28f97d8f
21 changed files with 75 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.files.FileHandle;
import com.badlogic.gdx.graphics.Color;
import io.anuke.mindustry.core.*;
import io.anuke.mindustry.entities.Bullet;
import io.anuke.mindustry.entities.bullet.Bullet;
import io.anuke.mindustry.entities.Player;
import io.anuke.mindustry.entities.TileEntity;
import io.anuke.mindustry.entities.effect.Fire;