protected override void Start()
 {
     if (SceneObject.GetBehaviourByType(typeof(HouseRouteBehaviour)) is HouseRouteBehaviour moveBeh)
     {
         moveBeh.MoveEvent += ChangeMoveAnimation;
     }
     AnimatorSettings();
 }