// Update is called once per frame
 void Update()
 {
     if (this.isInAnimationState)
     {
         Animations.AnimateMovement(this);
     }
 }