Exemple #1
0
    // Use this for initialization
    void Start()
    {
        progressText = GetComponent <ProgressTextFiled> ();
        autoScroll   = GetComponent <AutoScrollDown> ();
        pM           = GetComponent <PanelManager> ();
        dialogueO    = GetComponent <DialogueOption> ();
        timer        = Time.time + waitingTime;

        once  = true;
        once2 = true;
        once3 = true;
        once4 = true;
    }
 void Start()
 {
     chatText   = GetComponent <ChatTextFilled> ();
     autoScroll = GetComponent <AutoScrollDown> ();
 }