()
| 293 | } |
| 294 | |
| 295 | initGoalManager () { |
| 296 | this.goalManager = new GoalManager(this.world, this.level.get('goals')) |
| 297 | return this.god.setGoalManager(this.goalManager) |
| 298 | } |
| 299 | |
| 300 | initScriptManager () { |
| 301 | let nonVictoryPlaybackScripts |
no test coverage detected