Server.Spells.Spell.CastTimer.CastTimer C# (CSharp) Метод

CastTimer() публичный Метод

public CastTimer ( Spell spell, System.TimeSpan castDelay ) : System
spell Spell
castDelay System.TimeSpan
Результат System
			public CastTimer( Spell spell, TimeSpan castDelay ) : base( castDelay )
			{
				m_Spell = spell;

				Priority = TimerPriority.TwentyFiveMS;
			}