public void controllerInit() { mover = GetComponent <GroundMover>(); findNearestPatrolPoint(); home = transform.position; pickRoamPoint(); player = GameObject.FindWithTag("Player"); }
void Start() { mover = GetComponent <GroundMover>(); audioSource = GetComponent <AudioSource>(); anim = transform.Find("CloudBoi").GetComponent <CloudBoiAnim>(); }