mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-07 10:34:46 -04:00
commit
698207f533
1 changed files with 3 additions and 0 deletions
|
@ -242,6 +242,9 @@ module.exports = class World
|
|||
return unless @goalManager
|
||||
@goalManager.submitWorldGenerationEvent(channel, event, @frames.length)
|
||||
|
||||
getGoalState: (goalID) ->
|
||||
@goalManager.getGoalState(goalID)
|
||||
|
||||
setGoalState: (goalID, status) ->
|
||||
@goalManager.setGoalState(goalID, status)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue