Exemplo n.º 1
0
    void Awake()
    {
        s_ins = this;

        if (startImmediately)
        {
            StartTutorial();
        }
    }
Exemplo n.º 2
0
 void Awake()
 {
     s_ins = this;
 }