예제 #1
0
    public void UpdateProfileList(Dictionary <Tuple <string, string>, string> profiles)
    {
        ScrollableList list = profileList.GetComponent <ScrollableList>();

        list.LoadProfiles(profiles);
    }