forked from RepoMirrors/kami-blue
move timerspeed to movement
This commit is contained in:
parent
df037c2764
commit
b8831aae14
|
@ -11,7 +11,7 @@ import me.zeroeightsix.kami.util.InfoCalculator;
|
||||||
* @author TBM
|
* @author TBM
|
||||||
* Updated by S-B99 on 28/01/20
|
* Updated by S-B99 on 28/01/20
|
||||||
*/
|
*/
|
||||||
@Info(name = "TimerSpeed", description = "Automatically change Timer Speed", category = Category.MISC)
|
@Info(name = "TimerSpeed", description = "Automatically change Timer Speed", category = Category.MOVEMENT)
|
||||||
public class TimerSpeed extends Module {
|
public class TimerSpeed extends Module {
|
||||||
private float tickDelay = 0.0f;
|
private float tickDelay = 0.0f;
|
||||||
private static float curSpeed = 0.0f;
|
private static float curSpeed = 0.0f;
|
||||||
|
|
Loading…
Reference in New Issue