Exemplo n.º 1
0
    private void display(Displayable displayable)
    {
        displayed = Instantiate(displayable.getToDisplay());

        // TODO play sound
        FindObjectOfType <PlaySound>().playPhoneCall();
        FindObjectOfType <PlaySound>().lastMusic();
        Invoke(nameof(destroyDisplay), Constants.TIME_PHONE_CALL);

        Invoke(nameof(endGame), Constants.TIME_PHONE_CALL);
    }