Server.LightCycle.NightSightTimer.NightSightTimer C# (CSharp) Méthode

NightSightTimer() public méthode

public NightSightTimer ( Server.Mobile owner ) : System
owner Server.Mobile
Résultat System
			public NightSightTimer( Mobile owner ) : base( TimeSpan.FromMinutes( Utility.Random( 15, 25 ) ) )
			{
				m_Owner = owner;
				Priority = TimerPriority.OneMinute;
			}
LightCycle.NightSightTimer