public void MarquerCase(int x, int y) { Case c = plateau.Trouver(x, y); c.Marquer(x, y); }
public void Deplacer(Terrain t, Case c) { }