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