public void Shot()
 {
     if (IsControllable())
     {
         _state.ActionShot();
     }
 }