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

InternalTimer() public méthode

public InternalTimer ( Mobile from, Campfire campfire ) : System
from Mobile
campfire Campfire
Résultat System
				public InternalTimer( Mobile from, Campfire campfire ) : base( TimeSpan.FromSeconds( 5.0 ) )
				{
					m_From = from;
					m_Campfire = campfire;
				}
SweetDough.InternalTarget.InternalTimer