void Awake() { stats = GetComponent <C_Behavior>(); findClosest = GetComponent <C_FindClosest>(); moveTo = GetComponent <C_MoveTo>(); }
void Awake() { stats = GetComponent <C_Behavior>(); }