public void RunGame() { if (_flockManager) { _flockManager.Setup(); } running = true; timeElapsed = 0.0f; }