static void Main(string[] args)
 {
     Forest forest = new Forest(100, 100);
 }
Beispiel #2
0
 public ForestDrawer(Forest forest)
 {
     _forest = forest;
 }