tweaks to texture sys

This commit is contained in:
Ondřej Hruška
2014-04-19 11:53:00 +02:00
parent 7777a61e32
commit 3abe1e6b33
5 changed files with 60 additions and 82 deletions
@@ -4,6 +4,11 @@ package mightypork.util.control.timing;
import mightypork.util.constraints.num.mutable.NumAnimated;
/**
* Delayed runnable controlled by delta timing.
*
* @author MightyPork
*/
public abstract class TimedTask implements Runnable, Updateable {
private final NumAnimated timer = new NumAnimated(0);