1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-14 17:46:01 +08:00

Revert "Revert "Merge branch 'dev' of https://github.com/LmeSzinc/AzurLaneAutoScript into dev""

This reverts commit ac9303012c.
This commit is contained in:
whoamikyo
2020-08-18 20:48:14 -03:00
parent ac9303012c
commit 09d3f695de
741 changed files with 18944 additions and 8381 deletions

View File

@@ -2,7 +2,7 @@ class CampaignEnd(Exception):
pass
class PerspectiveError(Exception):
class MapDetectionError(Exception):
pass
@@ -10,6 +10,10 @@ class MapWalkError(Exception):
pass
class MapEnemyMoved(Exception):
pass
class CampaignNameError(Exception):
pass
@@ -20,3 +24,15 @@ class ScriptError(Exception):
class ScriptEnd(Exception):
pass
class GameStuckError(Exception):
pass
class GameTooManyClickError(Exception):
pass
class GameNotRunningError(Exception):
pass