Exemple #1
0
 void Start()
 {
     ceh = GameObject.FindGameObjectWithTag("ChildEggHandler").GetComponent <ChildEggHandler>();
 }
Exemple #2
0
 public override void Start()
 {
     handlerLocation = Enums.BirbLocation.NestParent;
     base.Start();
     ceh = GameObject.FindGameObjectWithTag("ChildEggHandler").GetComponent <ChildEggHandler>();
 }