mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Removed unused import
This commit is contained in:
@@ -3,7 +3,6 @@ package org.toop.game.Connect4;
|
||||
import org.toop.game.AI;
|
||||
import org.toop.game.Game;
|
||||
import org.toop.game.enumerators.GameState;
|
||||
import org.toop.game.tictactoe.TicTacToe;
|
||||
|
||||
public class Connect4AI extends AI<Connect4> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user