mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 15:29:25 +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