示例#1
0
            public MorphTimer(XmlMorph attachment, TimeSpan delay)
                : base(delay)
            {
                Priority = TimerPriority.OneSecond;

                m_Attachment = attachment;
            }
示例#2
0
			public MorphTimer(XmlMorph attachment, TimeSpan delay)
				: base(delay)
			{
				Priority = TimerPriority.OneSecond;

				m_Attachment = attachment;
			}