void Start() { Input.multiTouchEnabled = true; activeSpellPrefab = ggm.GetSpell(); spellArea = GameObject.FindWithTag("SpellArea"); PopulatePool(); validTouch = false; }