Beispiel #1
0
 public void SetPos(float x, float y)
 {
     _movementUtil.UpdatePos(new Vector2(x, y));
 }