Server.Items.TreasureMap.DigTimer.SoundTimer.SoundTimer C# (CSharp) Méthode

SoundTimer() public méthode

public SoundTimer ( Mobile from, int soundID ) : System
from Mobile
soundID int
Résultat System
				public SoundTimer( Mobile from, int soundID ) : base( TimeSpan.FromSeconds( 0.9 ) )
				{
					m_From = from;
					m_SoundID = soundID;

					Priority = TimerPriority.TenMS;
				}
TreasureMap.DigTimer.SoundTimer