Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     fpc = Player.GetComponent<FirstPersonController>();
     pa = Player.GetComponent<Playar_Attack>();
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     pa = Player.GetComponent<Playar_Attack>();
     img = GetComponent<Image>();
 }