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