Result.AllTextFalse C# (CSharp) Method

AllTextFalse() public method

public AllTextFalse ( ) : void
return void
    public void AllTextFalse()
    {
        win.SetActive(false);
        fail.SetActive(false);
        playAgain.SetActive(false);
        tryAgain.SetActive(false);
        mainMenu.SetActive(false);
    }