private void setUpController(Scenario scenario) { this.scenario = scenario; this.gameWorld = this.scenario.getGameWorld(); this.actionController = new ActionController(scenario); this.locController = new EntityLocController(scenario); setUpFactories(); this.creator = new EntityCreator(this.unitFactory, this.buildingFactory); }