예제 #1
0
 /// <summary>
 /// Executes the given <paramref name="action"/> on the current screen.
 /// </summary>
 /// <param name="action">The action to execute.</param>
 public void ExecuteActionOnCurrentScreen(MenuScreenAction action)
 {
     UIController.CurrentScreen.ExecuteAction(action);
 }
예제 #2
0
 public void ExecuteActionOnCurrentScreen(MenuScreenAction action)
 {
     throw new NotImplementedException();
 }