Beispiel #1
0
 protected BombedWall(BombedWall wall) : base(wall)
 {
     _hasBombed = wall._hasBombed;
 }
Beispiel #2
0
 public BombedWall(BombedWall bombedWall)
     : base(bombedWall)
 {
 }
Beispiel #3
0
 public BombedWall(BombedWall wall)
 {
 }
Beispiel #4
0
 public BombedWall(BombedWall other) : base(other)
 {
 }