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