1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-15 14:40:09 +08:00

Add: Emulator auto detect and restart(experimental)

This commit is contained in:
SarContDeli
2022-07-19 13:57:55 +08:00
parent 6d1a13f4f9
commit 3d6d777413
14 changed files with 434 additions and 5 deletions

View File

@@ -41,6 +41,10 @@ class GameTooManyClickError(Exception):
pass
class EmulatorNotRunningError(Exception):
pass
class GameNotRunningError(Exception):
pass