Ejemplo n.º 1
0
    public void PersonEscapedFromThePolice(Person person)
    {
        _gameManager.NotifyPrisonerEscapedPolice(person);
        person.gameObject.SetActive(false);

        EndCatchingMinigame();
    }