Optimize imports

This commit is contained in:
Katchan 2021-11-05 15:36:03 +01:00
parent 3ccc26592c
commit a7775f9c2a
2 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
package fr.lnl.game.server.games.player;
import fr.lnl.game.server.games.Game;
import fr.lnl.game.server.games.action.Action;
import fr.lnl.game.server.games.weapon.Weapon;
import fr.lnl.game.server.utils.Point;

View File

@ -11,8 +11,6 @@ import fr.lnl.game.server.utils.Point;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.Random;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class GridTest {