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

BaseTool() public method

public BaseTool ( int itemID ) : System
itemID int
return System
		public BaseTool( int itemID ) : this( Utility.RandomMinMax( 25, 75 ), itemID )
		{
		}

Same methods

BaseTool::BaseTool ( Server.Serial serial ) : System
BaseTool::BaseTool ( int uses, int itemID ) : System