private void Start() { playerBehaviour = GameObject.FindGameObjectWithTag("PlayerController").GetComponent <PlayerBehaviour>(); spellHandler = GameObject.FindGameObjectWithTag("PlayerController").GetComponent <SpellHandler>(); }