mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Opt: Action point buy, confirm AP increase after clicking instead of bored clicking
- Opt: Add battle count to auto search - Fix: Add missing akashi call after auto search
This commit is contained in:
@@ -122,6 +122,10 @@ class Timer:
|
||||
self._current = time.time()
|
||||
self._reach_count = 0
|
||||
|
||||
def clear(self):
|
||||
self._current = 0
|
||||
self._reach_count = self.count
|
||||
|
||||
def reached_and_reset(self):
|
||||
"""
|
||||
Returns:
|
||||
|
||||
Reference in New Issue
Block a user