예제 #1
0
 public bool hasActionEvents()
 {
     return(doOnAction.GetPersistentEventCount() != 0 && !onActionDone);
 }
예제 #2
0
 public bool hasEndEvents()
 {
     return(doOnStep.GetPersistentEventCount() != 0 && !OnStepsDone);
 }