Esempio n. 1
0
 void SetCurrentState()
 {
     if (currentState != Suspect.state)
     {
         currentState = Suspect.state;
         gesture.SetDefaultSprite();
     }
 }
 void SetCurrentState()
 {
     if(currentState != Suspect.state)
     {
         currentState = Suspect.state;
         gesture.SetDefaultSprite();
     }
 }
 void Awake()
 {
     voice = GetComponent<VerbalResponse>();
     gesture = GetComponent<VisualResponse>();
     currentState = Suspect.state;
 }
Esempio n. 4
0
 void Awake()
 {
     voice        = GetComponent <VerbalResponse>();
     gesture      = GetComponent <VisualResponse>();
     currentState = Suspect.state;
 }