mirror of
https://github.com/guezoloic/racing-game.git
synced 2026-03-31 11:11:38 +00:00
feat: ajout Menu selection
This commit is contained in:
@@ -11,6 +11,11 @@ public abstract class CarDecorator implements Car {
|
||||
this.car = car;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Car remove() {
|
||||
return car;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String accelerate() {
|
||||
return car.accelerate();
|
||||
|
||||
Reference in New Issue
Block a user