AddCombo()

Found in:

public void AddCombo(ComboScriptableObject combo)
    {
        //Debug.Log(item.created.title);
        collectedCombos.Add(combo);
        lastCombo = combo;
        ShowLatestCombo();
    }


Comments

Leave a Reply

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