Beispiel #1
0
 public void Visit(Forest forest)
 {
     forest.AddStuff(new Ground(new Transform(forest.levelWidth / 2, forest.levelHeight / 2, forest.levelWidth, forest.levelHeight), Brushes.LightGreen));
 }