ShowPost()

public void ShowPost()
    {
        if (optionsPanel.activeSelf)
        {
            postGamePanel.SetActive(false);
        }
        else
        {
            postGamePanel.SetActive(true);
        }
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *