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

Merge branch 'master' into dev

This commit is contained in:
LmeSzinc
2020-08-05 16:22:09 +08:00
5 changed files with 46 additions and 6 deletions

View File

@@ -30,5 +30,9 @@ class GameStuckError(Exception):
pass
class GameTooManyClickError(Exception):
pass
class GameNotRunningError(Exception):
pass