예제 #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();
 }