Revert "Merge remote-tracking branch 'refs/remotes/origin/main' into Development"

This reverts commit e2132b549d, reversing
changes made to 9aefcb9b7b.
This commit is contained in:
Bas de Jong
2026-01-09 19:27:47 +01:00
parent e2132b549d
commit 35f7a4fd13
33 changed files with 0 additions and 1393 deletions

View File

@@ -1,7 +0,0 @@
package org.toop.app.canvas;
import org.toop.framework.gameFramework.model.game.TurnBasedGame;
public interface GameDrawer<T extends TurnBasedGame<T>> {
void redraw(T gameCopy);
}