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