void Start() { healthmana = GetComponent<CharacterHealthMana> (); stats = GetComponent<CharacterStats> (); charEffects = GetComponent<CharacterEffects> (); move = GetComponent<CharacterMove> (); headTransform = transform.Find ("CharacterHead"); handTransform = headTransform.Find ("LeftSpell"); handParticles = handTransform.GetComponent<ParticleSystem> (); }
void Start() { charEffects = GetComponent<CharacterEffects> (); }