// Update is called once per frame
    void Update()
    {
        if (capturePoint.RedStatus())
        {
            actualSpawn = enemy;
        }

        if (capturePoint.BlueStatus())
        {
            actualSpawn   = unit;
            tiempoRespawn = 25;
        }
    }