// Update is called once per frame void Update() { if (!running) { return; } if (_flockManager != null) { _flockManager.Run(); } }