예제 #1
0
 public bool Update(IFightFSM fight, BlockFunc func, int frameindex)
 {
     fight.SetBreakLevel(func.intParam0);
     return(false);
 }