fix: remove stray method stub from GameRunner after rebase

This commit is contained in:
scamiv
2026-02-04 22:53:41 +01:00
parent f6df2ccb18
commit 3137d8b6e0
-1
View File
@@ -120,7 +120,6 @@ export class GameRunner {
this.turns.push(turn);
}
public executeNextTick(): boolean {
public hasPendingTurns(): boolean {
return this.currTurn < this.turns.length;
}