Server.Spells.Spell.CastTimer.CastTimer C# (CSharp) Méthode

CastTimer() public méthode

public CastTimer ( Spell spell, System.TimeSpan castDelay ) : System
spell Spell
castDelay System.TimeSpan
Résultat System
			public CastTimer( Spell spell, TimeSpan castDelay ) : base( castDelay )
			{
				m_Spell = spell;

				Priority = TimerPriority.TwentyFiveMS;
			}