From 4c67291aee90d1e42c51400d544882bcda8e1a18 Mon Sep 17 00:00:00 2001 From: Tyler Ferrari Date: Tue, 9 May 2023 12:30:00 +0000 Subject: Move files --- Timer.java | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Timer.java (limited to 'Timer.java') diff --git a/Timer.java b/Timer.java deleted file mode 100644 index 9707052..0000000 --- a/Timer.java +++ /dev/null @@ -1,15 +0,0 @@ -/*Name: Guitar Hero Project - *Description: Contains the method used to determine how long the user has been playing, - * used to determine when to send notes - */ -package cs; - - -public class Timer -{ - private long timeStart = System.currentTimeMillis(); - - public int time() { - return (int)(System.currentTimeMillis()-timeStart); - } -} -- cgit v1.2.3