// Use this for initialization
 void Start()
 {
     m_IATest = GetComponentInParent <IATest>();
 }
Exemple #2
0
 // Use this for initialization
 void Start()
 {
     iaScript = GetComponentInParent <IATest>();
     //spellScript = playerScript.CurrentSpell;
 }