Exemplo n.º 1
0
    //private int count;


    void Start()
    {
        player = GameObject.FindWithTag("Player").GetComponent <knightControls>();
        //count = 0;
        //CountText.text = count.ToString ();
    }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     player = GameObject.FindWithTag("Player").GetComponent <knightControls>();
 }