Exemplo n.º 1
0
 void Start()
 {
     shootTextProController = GetComponent <ShootTextProController>();
 }
Exemplo n.º 2
0
 void Start()
 {
     rigidBody = GetComponent <Rigidbody>();
     shootTextProController = GetComponent <ShootTextProController>();
 }