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


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