public void ChangerDeTour() { indexJoueurCourant = ((indexJoueurCourant + 1) % 4); joueurCourant = lesJoueurs[indexJoueurCourant]; }
public void DebutJeu() { joueurCourant = lesJoueurs[indexJoueurCourant]; }