// Use this for initialization void Start() { lh = GetComponent <LossHeal>(); }
void Start() { lh1 = gel1.GetComponent <LossHeal> (); lh2 = gel2.GetComponent <LossHeal> (); lh3 = gel3.GetComponent <LossHeal> (); }
// Use this for initialization void Start() { lh = GetComponent <LossHeal>(); bridge = redwater.GetComponent <Bridge> (); }