/// <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); }
public void ExecuteActionOnCurrentScreen(MenuScreenAction action) { throw new NotImplementedException(); }