public bool IsGoal() { if (map.IsGoal(position + new Vector2(16, 16))) { return(true); } return(false); }