getReachedLevel method

int getReachedLevel ()

Returns the _reachedLevel

Implementation

int getReachedLevel() {
  return this._reachedLevel;
}