예제 #1
0
 public void SetAction(IAction action)
 {
     this.currentAction = this.currentAction.WithAction(action);
 }
예제 #2
0
 public SubstitutionContext(Acting acting, CompiledAction action)
 {
     this.acting        = acting;
     this.initialAction = action;
     this.currentAction = action;
 }