mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 00:38:16 +00:00
[TASK] Added start parameter to docs
This commit is contained in:
@@ -23,6 +23,7 @@ public class Timer {
|
|||||||
* Timer Constructor
|
* Timer Constructor
|
||||||
*
|
*
|
||||||
* @param end
|
* @param end
|
||||||
|
* @param start
|
||||||
*/
|
*/
|
||||||
public Timer(long end, long start) {
|
public Timer(long end, long start) {
|
||||||
this.start = start;
|
this.start = start;
|
||||||
|
|||||||
Reference in New Issue
Block a user