1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Add: Game stuck handler

- Add ensure game running when running alas functions
This commit is contained in:
LmeSzinc
2020-08-01 17:53:00 +08:00
parent 63e8f80c37
commit 14c3966874
7 changed files with 104 additions and 33 deletions

View File

@@ -6,10 +6,6 @@ class MapDetectionError(Exception):
pass
class PerspectiveError(Exception):
pass
class MapWalkError(Exception):
pass
@@ -24,3 +20,11 @@ class ScriptError(Exception):
class ScriptEnd(Exception):
pass
class GameStuckError(Exception):
pass
class GameNotRunningError(Exception):
pass