Beispiel #1
0
 // Affiche les caractéristiques d'un Nuisible
 public void afficherEtat()
 {
     Console.WriteLine("Type : " + _type + ", X : " + _position.x + ", Y : " + _position.y + ", Etat : " + _etat.ToString());
 }