class Monstre { private int nom; private int pointsDeVie; private int pos_x; // position du monstre en (x,y) private int pos_y; }