protected void Target(Character character) { target = character; }
void Start() { anim = GetComponent<Animation>(); controller = GetComponent<CharacterController>(); player = GetComponent<Character>(); }
protected void ClearTarget() { target = null; }