public GestionnaireDePartie()
 {
     DataManager dm = new DataManager ();
     joueur = new Joueur ();
     colonie = new Colonie ();
     colonie.genererPopulationAleatoire (20);
     instance = this;
 }
Ejemplo n.º 2
0
 /*------------*/
 public DataManager()
 {
     dataManager = this;
     load ();
 }
 /*------------*/
 public DataManager()
 {
     dataManager = this;
     random = new System.Random ();
     load ();
 }