コード例 #1
0
ファイル: Command.cs プロジェクト: Cyberbanan/voxeliq
 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();
 }