コード例 #1
0
 public ToggleAction(ETinBotToggle tinBotToggle, int timeOn, int timeOff, int repeat = 0, string name = null) : base(EActionType.Toggle, name)
 {
     TinBotToggle = tinBotToggle;
     TimeOn       = timeOn;
     TimeOff      = timeOff;
     Repeat       = repeat;
 }
コード例 #2
0
ファイル: TinBotAction.cs プロジェクト: marcodiniz/TinBot
 public ToggleAction(ETinBotToggle tinBotToggle, int timeOn, int timeOff, int repeat=0, string name=null)
     : base(EActionType.Toggle, name)
 {
     TinBotToggle = tinBotToggle;
     TimeOn = timeOn;
     TimeOff = timeOff;
     Repeat = repeat;
 }