rules package
All checks were successful
Linux arm64 / Build (push) Successful in 47s

This commit is contained in:
2025-05-10 18:09:45 +02:00
parent c1bf9bcaf9
commit 11e6a94ed7
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import chess.model.Coordinate;
import chess.model.Game;
import chess.model.Move;
import chess.model.Piece;
import chess.model.visitor.PiecePathChecker;
import chess.model.rules.PiecePathChecker;
public class MoveCommand extends PlayerCommand {