Exemplo n.º 1
0
 private GameObject PickPrefab(string element)
 {
     toReturn = spellHandler.GetSpecifiedSpell(element);
     return(toReturn);
 }