Exemplo n.º 1
0
 public void ChangerDeTour()
 {
     indexJoueurCourant = ((indexJoueurCourant + 1) % 4);
     joueurCourant      = lesJoueurs[indexJoueurCourant];
 }
Exemplo n.º 2
0
 public void DebutJeu()
 {
     joueurCourant = lesJoueurs[indexJoueurCourant];
 }