mirror of
https://github.com/guezoloic/L3-racing-game.git
synced 2026-03-31 04:11:33 +00:00
feat(Game): ajout commentaire et ajout fonction setup
This commit is contained in:
@@ -77,7 +77,12 @@ public abstract class CarDecorator implements Car {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void accept(Game game) {
|
||||
car.accept(game);
|
||||
public void setup(Game game) {
|
||||
car.setup(game);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void end() {
|
||||
car.end();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user