Example #1
0
 public Vector2 GetMove()
 {
     return(new Vector2(0, playerCtrl.GetCameraPosition() - offset.y));
 }