Server.Items.TreasureMap.DigTimer.SoundTimer.OnTick C# (CSharp) Method

OnTick() protected method

protected OnTick ( ) : void
return void
				protected override void OnTick()
				{
					m_From.PlaySound( m_SoundID );
				}
			}
TreasureMap.DigTimer.SoundTimer