コード例 #1
0
            public LoopTimer(XmlAnimate attachment, TimeSpan delay)
                : base(delay, delay)
            {
                this.Priority = TimerPriority.OneSecond;

                this.m_attachment = attachment;
                this.m_delay      = delay;
            }
コード例 #2
0
ファイル: XmlAnimate.cs プロジェクト: jasegiffin/JustUO
            public LoopTimer(XmlAnimate attachment, TimeSpan delay)
                : base(delay, delay)
            {
                this.Priority = TimerPriority.OneSecond;

                this.m_attachment = attachment;
                this.m_delay = delay;
            }