예제 #1
0
 private void performActionWithTarget(string actionName, string target) => ActionController.PerformActionWithTarget(_conversation, actionName, target);
 public void PerformActionWithTarget(string actionName, string target) => ActionController.PerformActionWithTarget(_currentConversation, actionName, target);