Пример #1
0
 public function ajouteExperience($nombre)
 {
     $this->_experience += $nombre;
     Statistique::StatistiqueExperience($nombre);
 }