public override bool TestCollision(PotatoMovable other) { return(BoundingBox.Intersects(other.BoundingBox)); }
public virtual bool TestCollision(PotatoMovable other) { return(false); }