getNextLevel method

int getNextLevel()

Implementation

int getNextLevel() {
  ++_level;
  return _level;
}