Exemplo n.º 1
0
    public void AddFollower()
    {
        // todo: make a judgement about attributes of cloth and ad attributes

        fansNum += AdsController.GetNewFollowerNum();

        Debug.Log("总粉丝 " + fansNum);

        followerNum_UI.SetText(fansNum.ToString());


        Debug.Log("总粉丝 " + followerNum_UI.text);
    }