refractoring

This commit is contained in:
nora 2020-12-12 12:38:22 +01:00
parent 47ec2337a4
commit 6bc1f74016
9 changed files with 10 additions and 11 deletions

View file

@ -1,8 +1,8 @@
package objects.ships;
import core.ExMath;
import core.math.ExMath;
import core.Master;
import core.Vector2D;
import core.math.Vector2D;
import objects.GameObject;
import java.awt.*;