public ForestSimulator(TreesFlyweight forestCreator)
 {
     _rnd = new Random();
     _forestCreator = forestCreator;
 }
Esempio n. 2
0
 public ForestSimulator(TreesFlyweight forestCreator)
 {
     _rnd           = new Random();
     _forestCreator = forestCreator;
 }