added Timer class
This commit is contained in:
5
core/src/netwerkprog/game/util/Updatable.java
Normal file
5
core/src/netwerkprog/game/util/Updatable.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package netwerkprog.game.util;
|
||||
|
||||
public interface Updatable {
|
||||
void update(double deltaTime);
|
||||
}
|
||||
Reference in New Issue
Block a user