Ejemplo n.º 1
0
 private ActionInstruction CreateActionInstruction(ActionInstruction.OperationTypes operation, object[] arguments)
 {
     return(new ActionInstruction(operation, arguments));
 }
Ejemplo n.º 2
0
 private void AddActionInstruction(ActionInstruction.OperationTypes operation, object[] arguments)
 {
     this.currentPlayerAgent.AddInstruction(this.CreateActionInstruction(operation, arguments));
 }