Exemplo n.º 1
0
 protected SkillTimed()
 {
     _timer = FwTimerFactory.GetTimer(TimerType.Inverted);
     _timer.OnElapse(Deactivate);
 }