public ForestSimulator(TreesFlyweight forestCreator)
 {
     _rnd = new Random();
     _forestCreator = forestCreator;
 }
Пример #2
0
 public ForestSimulator(TreesFlyweight forestCreator)
 {
     _rnd           = new Random();
     _forestCreator = forestCreator;
 }