startNextLevel method
Starts the _activeLevel
Implementation
void startNextLevel() {
LevelController.loadAndStart(this, this._activeLevel);
}
Starts the _activeLevel
void startNextLevel() {
LevelController.loadAndStart(this, this._activeLevel);
}