Imported package GameEndCallback

GitBranch
Justin 2025-06-23 21:48:37 +02:00
parent c864f88e1c
commit b56813d6dc
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package de.hs_mannheim.informatik.chess.test;
import static org.junit.jupiter.api.Assertions.*;
import de.hs_mannheim.informatik.chess.controller.GameController;
import de.hs_mannheim.informatik.chess.controller.GameEndCallback;
import de.hs_mannheim.informatik.chess.model.*;
import de.hs_mannheim.informatik.chess.view.GameGui;