示例#1
0
 void Start()
 {
     userScript = GameObject.FindWithTag("Player").GetComponent <_Spearvin>();
 }
    // Use this for initialization


    void Start()
    {
        sentences  = new Queue <string>();
        anim       = GetComponent <Animator>();
        userScript = GameObject.FindWithTag("Player").GetComponent <_Spearvin>();
    }