示例#1
0
    void OnEnable()
    {
        tabName = "Hack Download";

        if (me == null)
        {
            me = this;
        }
    }
示例#2
0
    void Awake()
    {
        tabName = "Hack Download";

        if (me == null)
        {
            me = this;
        }
    }