private void ShapeDestroyedByBall(Shapes collision) { shapes.Remove(collision.transform); }
private void PlayerLost(Shapes collision) { CheckLoose = true; }