GUI Class Abstract.

This commit is contained in:
Noah
2021-12-14 18:44:26 +01:00
parent bed59d4ecc
commit 546b538c99
13 changed files with 26646 additions and 323 deletions
-3
View File
@@ -1,7 +1,5 @@
package gamecontrol;
import gui.control.GUI;
import java.util.Timer;
import java.util.TimerTask;
@@ -59,7 +57,6 @@ public class Clock extends Thread {
this.running = running;
}
public int getVelocity() {
return velocity;
}