moved timer

This commit is contained in:
Sem van der Hoeven
2020-05-14 20:33:17 +02:00
parent 917200c67e
commit 46759d9a5e

View File

@@ -1,6 +1,4 @@
package netwerkprog.game.server.controllers.game;
import netwerkprog.game.util.Updatable;
package netwerkprog.game.util;
public class Timer implements Updatable {
private double wait;