Exemplo n.º 1
0
    public void Purge()
    {
        if (chatscreen != null)
        {
            Destroy(chatscreen);
            chatscreen = null;
        }

        if (scoreBoard != null)
        {
            Destroy(scoreBoard);
            scoreBoard = null;
        }

        if (resultBoard != null)
        {
            Destroy(resultBoard);
            resultBoard = null;
        }
    }
    public void Purge()
    {
        if (chatscreen != null)
        {
            Destroy(chatscreen);
            chatscreen = null;
        }

        if (scoreBoard != null)
        {
            Destroy(scoreBoard);
            scoreBoard = null;
        }

        if (resultBoard != null)
        {
            Destroy(resultBoard);
            resultBoard = null;
        }
    }