EnemyManager constructor

EnemyManager()

Implementation

EnemyManager() {
  _timer.onTick = spawnRandomEnemy;
}