1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-06-11 07:15:05 +08:00

Upd: exception OilMaxed to control buy food trial

This commit is contained in:
2026-05-11 16:36:48 +08:00
parent 1155f277ef
commit 90c06f9054
2 changed files with 28 additions and 7 deletions

View File

@@ -6,6 +6,10 @@ class OilExhausted(Exception):
pass
class OilMaxed(Exception):
pass
class MapDetectionError(Exception):
pass