This commit is contained in:
坏黑 2018-09-25 15:27:15 +08:00
parent 038135733b
commit 0c2035e1c2

View File

@ -21,4 +21,8 @@ public class SimpleCounter {
} }
return false; return false;
} }
public void reset() {
timer = 0;
}
} }