mirror of
https://github.com/guezoloic/L3-racing-game.git
synced 2026-03-31 12:21:34 +00:00
feat: ajout Menu selection
This commit is contained in:
@@ -13,18 +13,21 @@ public interface Car extends Observer {
|
||||
public void reverse(boolean active);
|
||||
|
||||
public void consumption(boolean active);
|
||||
|
||||
|
||||
public Car remove();
|
||||
|
||||
public String getName();
|
||||
|
||||
|
||||
public int getPosition();
|
||||
|
||||
|
||||
public int getScore();
|
||||
|
||||
|
||||
public int getRound();
|
||||
|
||||
|
||||
public int getFuel();
|
||||
|
||||
|
||||
public State getState();
|
||||
|
||||
public Color getColor();
|
||||
|
||||
public void setMap(Map map);
|
||||
|
||||
Reference in New Issue
Block a user