Server.Mobiles.WarriorGuard.IdleTimer.IdleTimer C# (CSharp) Méthode

IdleTimer() public méthode

public IdleTimer ( WarriorGuard owner ) : System
owner WarriorGuard
Résultat System
			public IdleTimer( WarriorGuard owner ) : base( TimeSpan.FromSeconds( 2.0 ), TimeSpan.FromSeconds( 2.5 ) )
			{
				m_Owner = owner;
			}
WarriorGuard.IdleTimer