Server.Spells.TransformTimer.TransformTimer C# (CSharp) Méthode

TransformTimer() public méthode

public TransformTimer ( Mobile from, ITransformationSpell spell ) : System
from Mobile
spell ITransformationSpell
Résultat System
		public TransformTimer( Mobile from, ITransformationSpell spell )
			: base( TimeSpan.FromSeconds( spell.TickRate ), TimeSpan.FromSeconds( spell.TickRate ) )
		{
			m_Mobile = from;
			m_Spell = spell;

			Priority = TimerPriority.TwoFiftyMS;
		}