fix: explorateur static, pas besoin dans le constructeur
This commit is contained in:
parent
de11a5a2be
commit
40cc058e40
|
@ -7,13 +7,11 @@ public class Jeu {
|
|||
Transformation transformations[];
|
||||
|
||||
public Jeu(
|
||||
Explorateur n_explorateur,
|
||||
Territoire territoire,
|
||||
Objet objets[],
|
||||
Connaissance connaissances[],
|
||||
Personne personnes[],
|
||||
Transformation transformations[]) {
|
||||
explorateur = n_explorateur;
|
||||
this.territoire = territoire;
|
||||
this.objets = objets;
|
||||
this.connaissances = connaissances;
|
||||
|
|
Loading…
Reference in a new issue