increaseHit method

void increaseHit()

Aumenta o valor do score

Implementation

void increaseHit() {
  this._hit++;
  notifyListeners();
}