Exemple #1
0
 // Use this for initialization
 void Start()
 {
     lh = GetComponent <LossHeal>();
 }
Exemple #2
0
 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> ();
 }