This commit is contained in:
Finnley Somdahl
2023-12-01 01:22:15 -06:00
parent 1df528c0dc
commit afa960c808
171 changed files with 3458 additions and 1915 deletions

View File

@@ -1,7 +1,8 @@
package ani.dantotsu.others
import java.util.*
import java.util.concurrent.atomic.*
import java.util.Timer
import java.util.TimerTask
import java.util.concurrent.atomic.AtomicBoolean
class ResettableTimer {
var resetLock = AtomicBoolean(false)