Example #1
0
 public MacroCommand(Command[] commands, Reciver reciver = null)
     : base(reciver)
 {
     _commands = commands;
 }
Example #2
0
 public Command(Reciver reciver)
 {
     _reciver = reciver;
 }
Example #3
0
 public Command_2(Reciver reciver)
     : base(reciver)
 {
 }
Example #4
0
 public NoCommand(Reciver reciver)
     : base(reciver)
 {
 }