public bool Update(IFightFSM fight, BlockFunc func, int frameindex)
 {
     //推人
     fight.Push();
     return(false);
 }