Fixed some more bizarre bugs

This commit is contained in:
Anuken
2022-03-01 21:10:53 -05:00
parent 6df7106938
commit 76c972acfb
7 changed files with 31 additions and 8 deletions

View File

@@ -2,13 +2,11 @@ package mindustry.entities.units;
import arc.math.*;
import arc.math.geom.*;
import arc.struct.*;
import arc.util.*;
import mindustry.*;
import mindustry.ai.*;
import mindustry.entities.*;
import mindustry.game.*;
import mindustry.game.Teams.*;
import mindustry.gen.*;
import mindustry.type.*;
import mindustry.world.*;