Exemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     BT_Attack    = FindObjectOfType <BT_Attack>();
     anim         = GetComponent <Animator>();
     rigidbody    = GetComponent <Rigidbody>();
     BotoesLivres = GetComponent <BotoesLivres>();
 }
Exemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     rigidbody    = GetComponent <Rigidbody>();
     anim         = GetComponent <Animator>();
     BotoesLivres = GetComponent <BotoesLivres>();
 }