コード例 #1
0
ファイル: Controleur.cs プロジェクト: Afhorr/JeuxCarteHarry
 public void ChangerDeTour()
 {
     indexJoueurCourant = ((indexJoueurCourant + 1) % 4);
     joueurCourant      = lesJoueurs[indexJoueurCourant];
 }
コード例 #2
0
ファイル: Controleur.cs プロジェクト: Afhorr/JeuxCarteHarry
 public void DebutJeu()
 {
     joueurCourant = lesJoueurs[indexJoueurCourant];
 }