void Flight()
 {
     State = StateOfAnim.Flight;
 }
 void Attack()
 {
     State = StateOfAnim.Attack;
 }