Esempio n. 1
0
 void Start()
 {
     _characterFSM = GetComponent<CharacterFSM>();
 }
Esempio n. 2
0
 void Start()
 {
     _player = GameObject.FindGameObjectWithTag("Player").transform;
     _characterFSM = GetComponent<CharacterFSM>();
 }