Add: [ALAS] Timer.set_current()

This commit is contained in:
LmeSzinc 2023-08-21 01:26:18 +08:00
parent 0be028427b
commit 76318175e8

View File

@ -112,6 +112,10 @@ class Timer:
else:
return 0.
def set_current(self, current, count=0):
self._current = time.time() - current
self._reach_count = count
def reached(self):
"""
Returns: