ObstacleManager constructor

ObstacleManager()

Implementation

ObstacleManager() {
  _nextSpawnTime = _minSpawnTime;
}