示例#1
0
 void Start()
 {
     chat = GameObject.FindGameObjectWithTag("ChatScroll").GetComponent <ChatAnim>();
 }
示例#2
0
    void Start()
    {
        story = GetComponent <StoryControl>();

        chatAnim = GameObject.FindGameObjectWithTag("ChatScroll").GetComponent <ChatAnim>();
    }