Server.Items.Blood.InternalTimer.InternalTimer C# (CSharp) Méthode

InternalTimer() public méthode

public InternalTimer ( Item blood ) : System
blood Item
Résultat System
			public InternalTimer( Item blood ) : base( TimeSpan.FromSeconds( 5.0 ) )
			{
				Priority = TimerPriority.OneSecond;

				m_Blood = blood;
			}
Blood.InternalTimer