Example #1
0
 void Awake()
 {
     mSpellsInScene = new Dictionary<Spell, GameObject>();
     mDictionaryFX = this.gameObject.GetComponent<DictionaryFX>();
 }
Example #2
0
 void Start()
 {
     mDictionaryFX = this.gameObject.GetComponent<DictionaryFX>();
 }