Ejemplo n.º 1
0
    public void ExitSummonPanel()
    {
        //Unhighlight everything
        TileBehavior.Deselect();
        boughtUnit = null;
        SummonPanel.gameObject.SetActive(false);

        endButton.gameObject.SetActive(true);
    }