Exemplo n.º 1
0
 void Start()
 {
     storyMana = FindObjectOfType <StoryManager_Ver2>();
     //currentText = SpeechCountDown.GetComponent<Text>();
 }
Exemplo n.º 2
0
 void Start()
 {
     audio = GetComponent <AudioSource>();
     story = FindObjectOfType <StoryManager_Ver2>();
 }
Exemplo n.º 3
0
 void Start()
 {
     //iField = GetComponent<InputField>();
     story = FindObjectOfType <StoryManager_Ver2>();
     // lineID = "またすけ";
 }
Exemplo n.º 4
0
 // Use this for initialization
 void Start()
 {
     anim  = GetComponent <Animator>();
     story = FindObjectOfType <StoryManager_Ver2>();
     _isRandomBehaviorStarted = false;
 }