Example #1
0
    public void Init(ChallengesUI master,  string facebookID, string username, bool challenged)
    {
        if (challenged) field.text = "LISTO: ";
        field.text += username.ToString();
        profilePicture.setPicture(facebookID);

        this.facebookID = facebookID;
        this.username = username;
    }
Example #2
0
    public void Init(ChallengesUI master, string facebookID, string username, bool challenged)
    {
        if (challenged)
        {
            field.text = "LISTO: ";
        }
        field.text += username.ToString();
        profilePicture.setPicture(facebookID);

        this.facebookID = facebookID;
        this.username   = username;
    }