Exemplo n.º 1
0
 public void Execute()
 {
     if (_runner.TryAddCommand(_command))
     {
         var ctx = new RewardWindow.Context("Daily Reward!", "Claim", null);
         _rewardWindow.Create(ctx);
     }
 }
Exemplo n.º 2
0
 public void Execute()
 {
     _runner.TryAddCommand(new AddPersistentTimeOffsetCommand(TimeSpan.FromHours(Hours)));
 }
Exemplo n.º 3
0
 void Execute()
 {
     _runner.TryAddCommand(_command);
 }