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