示例#1
0
 protected SkillTimed()
 {
     _timer = FwTimerFactory.GetTimer(TimerType.Inverted);
     _timer.OnElapse(Deactivate);
 }