예제 #1
0
 public void ExecuteCommand(string command, bool RA = true)
 {
     if (RA)
     {
         RemoteAdmin.CommandProcessor.ProcessQuery(command, CommandSender);
     }
     else
     {
         QueryProcessor.ProcessGameConsoleQuery(command);
     }
 }