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

FillableEntry() public method

public FillableEntry ( Type type ) : System
type System.Type
return System
		public FillableEntry( Type type )
			: this( 1, new Type[] { type } )
		{
		}

Same methods

FillableEntry::FillableEntry ( int weight, Type type ) : System
FillableEntry::FillableEntry ( int weight, Type types, int offset, int count ) : System