private void Start() { GameManager.Events.OnRunOver.RegisterListener(OnRunOver); pools = GameManager.Pools; arrowsMovementCoroutine = StartCoroutine(ArrowsCoroutine()); }