mirror of
https://github.com/guezoloic/L3-racing-game.git
synced 2026-03-31 04:11:33 +00:00
feat: correction plupart des bug
- TODO: hybridCar a regler
This commit is contained in:
@@ -12,8 +12,6 @@ public interface Car extends Observer {
|
||||
|
||||
public void move();
|
||||
|
||||
public void consumeFuel();
|
||||
|
||||
public void reverse(boolean active);
|
||||
|
||||
public Color getColor();
|
||||
@@ -31,4 +29,6 @@ public interface Car extends Observer {
|
||||
public State getState();
|
||||
|
||||
public void setMap(Map map);
|
||||
|
||||
public void consumeFuel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user