|
@@ -20,6 +20,7 @@ namespace GFGGame
|
|
|
InstanceZonesDataManager.InitScoreList(response.ksScore, response.vsScore);
|
|
|
InstanceZonesDataManager.InitStarList(response.ksStar, response.vsStar);
|
|
|
InstanceZonesDataManager.InitLevelPass(response.ksPass, response.VsPass);
|
|
|
+ EventAgent.DispatchEvent(ConstMessage.STORY_LEVEL_CHANGE);
|
|
|
}
|
|
|
}
|
|
|
}
|