示例#1
0
 public void Register(CommandAttribute attributes)
 {
     this.Attributes = attributes;
     this.RegisterDefaultCommand();
     this.RegisterCommands();
 }
示例#2
0
文件: Command.cs 项目: su636/voxeliq
 public void Register(CommandAttribute attributes)
 {
     this.Attributes = attributes;
     this.RegisterDefaultCommand();
     this.RegisterCommands();
 }