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