public TriggerCommand(byte TriggerGroup, byte Action) { Command = TriggerCommandId.EVENT; this.TriggerGroup = TriggerGroup; this.Action = Action; }
public TriggerCommand(TriggerCommandId Command, byte TriggerGroup) { this.Command = Command; this.TriggerGroup = TriggerGroup; }