protected virtual void Awake() { mobFollow = GetComponent <MobFollow>(); mobExplore = GetComponent <MobExplore>(); mobFlee = GetComponent <MobFlee>(); health = GetComponent <LivingHealthBehaviour>(); dirSprites = GetComponent <NPCDirectionalSprites>(); cnt = GetComponent <CustomNetTransform>(); registerObject = GetComponent <RegisterObject>(); }