Skip to content

Commit

Permalink
Removed unused field: Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
bagarozzi committed Jul 8, 2024
1 parent 8b2bbf7 commit 30c062f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class BasicBombarderoGameManager implements GameManager {
private final List<FlameImpl> flames = new ArrayList<>();
private final List<Character> enemies = new ArrayList<>();
private final Character player;
private final Controller controller;
private final CollisionEngine ce;
private final BombFactory bombFactory;

Expand All @@ -61,7 +60,6 @@ public BasicBombarderoGameManager(
final List<GenPair<Float, Float>> enemiesSpawnpoint,
final boolean generateWalls,
final CollisionEngine cEngine) {
this.controller = controller;
this.map = new GameMapImpl(generateWalls);
this.ce = cEngine;
this.bombFactory = new BombFactoryImpl();
Expand Down

0 comments on commit 30c062f

Please sign in to comment.