(self)
| 19 | class ScriptTask(GameUi, GeneralBattle, GeneralRoom, GeneralInvite, SwitchSoul, EternitySeaAssets): |
| 20 | |
| 21 | def run(self): |
| 22 | con = self.config.eternity_sea.eternity_sea_config |
| 23 | self.ui_get_current_page() |
| 24 | self.ui_goto(page_soul_zones) |
| 25 | |
| 26 | self.set_next_run(task='EternitySea', success=True, finish=False) |
| 27 | raise TaskEnd('EternitySea') |
| 28 | |
| 29 | |
| 30 |
no test coverage detected