Преглед изворни кода

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;
}
}

Loading…
Откажи
Сачувај