void Awake()
 {
     voice = GetComponent<VerbalResponse>();
     gesture = GetComponent<VisualResponse>();
     currentState = Suspect.state;
 }
Esempio n. 2
0
 void Awake()
 {
     voice        = GetComponent <VerbalResponse>();
     gesture      = GetComponent <VisualResponse>();
     currentState = Suspect.state;
 }