addThrow method

void addThrow(
  1. int pins
)

Implementation

void addThrow(int pins) {
  _throws[_currentThrow++] = pins;
}