private bool CheckCollision(Combatant c1, GamePiece c2) { return(c1.BoundingBox.IntersectsRect(c2.BoundingBox)); }