Ejemplo n.º 1
0
 public MouseArea(VertexGraphic _shape)
 {
     this._Shape = _shape;
 }
Ejemplo n.º 2
0
 public Collider(VertexGraphic _shape)
 {
     this._Shape = _shape;
 }