示例#1
0
 public void AddCommand(CommandSystem.ICommand command) => PluginManager.AddCommand(command);
示例#2
0
 public void AddCommand(ICommand command, string name, string[] alias = null) => PluginManager.AddCommand(this, command, name, alias);