Ejemplo n.º 1
0
    private void FinishSelect()
    {
        foreach (CharSelectInfo button in selectionList)
        {
            button.gameObject.SetActive(false);
        }
        lockImage.gameObject.SetActive(true);
        characterPointer = -1;

        selectManager.FinishSelect(playerId);
    }