Esempio n. 1
0
 private void GetAutopilotActions(string commands)
 {
     Logger.AlwaysLog("Commands: " + commands.Replace('\n', ' '));
     AutopilotActions.Clear();
     m_autoCommands.GetActions(commands, AutopilotActions);
 }