Chromatics.Chromatics.oFormSpellTimers_OnSpellTimerWarning C# (CSharp) 메소드

oFormSpellTimers_OnSpellTimerWarning() 개인적인 메소드

private oFormSpellTimers_OnSpellTimerWarning ( TimerFrame actionInfo ) : void
actionInfo TimerFrame
리턴 void
        void oFormSpellTimers_OnSpellTimerWarning(TimerFrame actionInfo)
        {
            if (ChromaReady == true && chk_enableTimers.Checked && timerevent == "Warning")
            {
                flashState("timer", timercount, tickspeed);
            }
        }
Chromatics