示例#1
0
 private static async Task OnConsoleCommand(string name, string[] args)
 {
     await ConsoleManager.OnConsoleCommand(name, args);
 }