Beispiel #1
0
 public InvertedWall(Wall w) : base(w.To, w.From, w.Bottom, w.Height)
 {
     real = w;
 }