Exemplo n.º 1
0
        protected override void OnTick()
        {
            ed.Loyalty = 100;

            WarriorLoyaltyTimer lt = new WarriorLoyaltyTimer(ed, TimeSpan.FromSeconds(5.0));

            lt.Start();
            ed.EndWarriorLoyalty = DateTime.UtcNow + TimeSpan.FromSeconds(5.0);

            Stop();
        }
Exemplo n.º 2
0
  protected override void OnTick() 
  {
   ed.Loyalty = 100;
 
   WarriorLoyaltyTimer lt = new WarriorLoyaltyTimer( ed, TimeSpan.FromSeconds( 5.0 ) );
   lt.Start();
   ed.EndWarriorLoyalty = DateTime.UtcNow + TimeSpan.FromSeconds( 5.0 );
 
   Stop();
  }