示例#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;
 }