Beispiel #1
0
    void Start()
    {
        _i    = 0;
        index = 0;

        _questTalk = gameObject.GetComponent <QuestTalk> ();

        //StartType ("TS1");
    }
Beispiel #2
0
    void Start()
    {
        GameObject autoType = GameObject.FindGameObjectWithTag(Tags.TALK);

        _questTalk = autoType.GetComponent <QuestTalk> ();
    }