You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
289 B
Java

package modeles;
public class main {
/*public static void main(String[] args) {
Generateur gene = new Generateur();
Labyrinthe lab = gene.labyrithe();
//lab.getListeSalle();
Arme arme = new Arme("arme1", 10, 10, 10);
System.out.println("");
}*/
}