Beispiel #1
0
 public void SetParent(IResizable p, Vector2 pos)
 {
     p.SetBottom(pos.y);
     p.SetRight(pos.x);
 }