Переглянути джерело

feat: remove GameActor reference from GameState once assigned to AI

rdh-local-prototype-endturn
Rob Hallam 9 місяці тому
джерело
коміт
7a182cb7ea
1 змінених файлів з 1 додано та 0 видалено
  1. +1
    -0
      app/structures/GameState.java

+ 1
- 0
app/structures/GameState.java Переглянути файл

@@ -41,5 +41,6 @@ public class GameState {
this.currentPlayer = 1;
// create the AI player:
this.aiPlayer = new AIPlayer(this.gameActor);
this.gameActor = null;
}
}

Завантаження…
Відмінити
Зберегти