scoreForFrame method

int scoreForFrame(
  1. int theFrame
)

Implementation

int scoreForFrame(int theFrame) {
  return scorer.scoreForFrame(theFrame);
}