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,10 +1,10 @@
package core;
import core.math.Vector2D;
import objects.DebugPos;
import objects.ships.BattleShip;
import objects.GameObject;
import objects.ships.Submarine;
import objects.ships.Turret;
import objects.world.Grid;
import objects.world.Wall;

View file

@ -1,4 +1,4 @@
package core;
package core.math;
/**
* Extended Math functions for the game engine

View file

@ -1,4 +1,4 @@
package core;
package core.math;
/**