MCPcopy Index your code
hub / github.com/codecombat/codecombat / initGoalManager

Method initGoalManager

app/views/play/SpectateView.js:295–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

onLevelLoaderLoadedMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected