void Awake() { rb = GetComponent <Rigidbody>(); ggm = GlobalGameManager.instance; spellLevel = ggm.GetSpellLevel(); }