1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-13 06:47:00 +08:00

withdraw when emotion is low

This commit is contained in:
Cyunmi
2021-08-12 07:58:03 +08:00
parent a323695cb2
commit 59702082af
6 changed files with 57 additions and 45 deletions

View File

@@ -38,3 +38,7 @@ class GameTooManyClickError(Exception):
class GameNotRunningError(Exception):
pass
class EmotionWithdraw(Exception):
pass