Server.Items.BaseInstrument.BaseInstrument C# (CSharp) Method

BaseInstrument() public method

public BaseInstrument ( int itemID, int wellSound, int badlySound ) : System
itemID int
wellSound int
badlySound int
return System
		public BaseInstrument( int itemID, int wellSound, int badlySound ) : base( itemID )
		{
			m_WellSound = wellSound;
			m_BadlySound = badlySound;
			UsesRemaining = Utility.RandomMinMax( InitMinUses, InitMaxUses );
		}

Same methods

BaseInstrument::BaseInstrument ( Serial serial ) : System