fix: explorateur static, pas besoin dans le constructeur

This commit is contained in:
Laureηt 2021-12-01 08:57:05 +01:00
parent de11a5a2be
commit 40cc058e40
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -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;