protected SkillTimed() { _timer = FwTimerFactory.GetTimer(TimerType.Inverted); _timer.OnElapse(Deactivate); }