Ejemplo n.º 1
0
			public InternalTimer( ShadowFlareSpell spell, Point3D target ) : base( TimeSpan.FromMilliseconds( 50.0 ), TimeSpan.FromMilliseconds( 50.0 ) )
			{
				m_Spell = spell;
				m_Target = target;
				m_Count = 0;
			}
Ejemplo n.º 2
0
 public InternalTimer(ShadowFlareSpell spell, Point3D target) : base(TimeSpan.FromMilliseconds(50.0), TimeSpan.FromMilliseconds(50.0))
 {
     m_Spell  = spell;
     m_Target = target;
     m_Count  = 0;
 }