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

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

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