Пример #1
0
 // Start is called before the first frame update
 void Start()
 {
     inventario = GameObject.FindGameObjectWithTag("Player02").GetComponent <Inventario2>();
     animaInv   = GameObject.FindGameObjectWithTag("Inv2").GetComponent <Animator>();
     miraP2     = GameObject.FindGameObjectWithTag("MiraPlayer02");
 }
Пример #2
0
 private void Start()
 {
     inventario         = GameObject.FindGameObjectWithTag("Player02").GetComponent <Inventario2>();
     goControladorArmas = GameObject.FindGameObjectWithTag("Controlador").GetComponent <ControlandoArma>();
 }
Пример #3
0
 private void Start()
 {
     inventario = GameObject.FindGameObjectWithTag("Player02").GetComponent <Inventario2>();
 }