Exemplo n.º 1
0
 private void Start()
 {
     chAnim       = GetComponent <CharacterAnimation>();
     chController = GetComponent <CharacterController>();
 }
Exemplo n.º 2
0
 private void Start()
 {
     anim = GetComponentInParent <CharacterAnimation>();
 }