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