getHit method

int getHit()

Retorna o numero de acertos

Implementation

int getHit() {
  return this._hit;
}