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