vor fx
This commit is contained in:
@@ -17,10 +17,10 @@ public class Car extends Thread {
|
||||
public void run() {
|
||||
try {
|
||||
Thread.sleep(Variables.CROSSING_TIME);
|
||||
guard.leaving();
|
||||
guard.leavingBridge();
|
||||
} catch (InterruptedException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user