public bool IsCatching(Frog frog) { return(frog.BoundingBox.Intersects(BoundingBox)); }
public bool IsTouchingFrog(Frog frog) { return(frog.BoundingBox.Bottom > magmaPosition.Y); }