test pour afficher les tuiles d'une manière différente
This commit is contained in:
11
TestV1/TestEnAttendantResolutionBug/GameController.java
Normal file
11
TestV1/TestEnAttendantResolutionBug/GameController.java
Normal file
@@ -0,0 +1,11 @@
|
||||
public class GameController {
|
||||
private GameView view;
|
||||
|
||||
public GameController(GameView view) {
|
||||
this.view = view;
|
||||
}
|
||||
|
||||
public void startGame() {
|
||||
view.showTile();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user