mirror of
https://github.com/guezoloic/L3-racing-game.git
synced 2026-03-31 04:11:33 +00:00
fix: correction bug
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
package model.car;
|
||||
|
||||
import java.awt.Color;
|
||||
|
||||
import model.Game.Observer;
|
||||
import model.map.Map;
|
||||
|
||||
|
||||
public interface Car extends Observer {
|
||||
public String accelerate();
|
||||
@@ -29,7 +28,4 @@ public interface Car extends Observer {
|
||||
public State getState();
|
||||
|
||||
public Color getColor();
|
||||
|
||||
public void setMap(Map map);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user