GUI Class Abstract.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user