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