Exemple #1
0
 public HiddenWall(System.Drawing.PointF pos)
 {
     this.Pos   = pos;
     this.Shape = new SquareShape();
 }
Exemple #2
0
 public void Set_Shape(AbstrShape sp)
 {
     Shape = sp;
 }