Fixed merge mistakes

This commit is contained in:
Bas de Jong
2026-01-07 23:46:21 +01:00
parent 0cb52b042f
commit 9c01aabbe1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package org.toop.game.players;
package org.toop.framework.game.players;
import org.toop.framework.gameFramework.model.game.TurnBasedGame;
import org.toop.framework.gameFramework.model.player.AbstractPlayer;